#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ù)來看
大概是從框中的部分報錯的
沒有下標0的數(shù)組
但是為什么會報錯到getAttr方法
這個是crmeb自己封裝的調(diào)用嗎?
為什么不直接給我報錯找不到數(shù)組未定義的下標之類的報錯嗯
不太懂這一部分的邏輯,我是否分析的正確,我已經(jīng)斷點調(diào)試了一部分