#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
目前在調試 登錄授權的接口auth
打印輸出數據來看

大概是從框中的部分報錯的
沒有下標0的數組
但是為什么會報錯到getAttr方法
這個是crmeb自己封裝的調用嗎?
為什么不直接給我報錯找不到數組未定義的下標之類的報錯嗯
不太懂這一部分的邏輯,我是否分析的正確,我已經斷點調試了一部分

