#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自己封装的调用吗?
为什么不直接给我报错找不到数组未定义的下标之类的报错嗯
不太懂这一部分的逻辑,我是否分析的正确,我已经断点调试了一部分