#0 [0] in Attribute.php line 475
Argument 1 passed to think\Model::getAttr() must be of the type string, int given, called in /www/wwwroot/jikechaopin.com/vendor/topthink/think-orm/src/Model.php on line 999
目前在調(diào)試 登錄授權(quán)的接口auth
打印輸出數(shù)據(jù)來(lái)看
大概是從框中的部分報(bào)錯(cuò)的
沒(méi)有下標(biāo)0的數(shù)組
但是為什么會(huì)報(bào)錯(cuò)到getAttr方法
這個(gè)是crmeb自己封裝的調(diào)用嗎?
為什么不直接給我報(bào)錯(cuò)找不到數(shù)組未定義的下標(biāo)之類的報(bào)錯(cuò)嗯
不太懂這一部分的邏輯,我是否分析的正確,我已經(jīng)斷點(diǎn)調(diào)試了一部分