只要打开了调试模式,定位到了文件,就可以解决了。

报错文件位于:

appcommonlibraryhelperUserAuthHelper.php:58

找到文件,在报错代码前面加一句:

$authArr = is_null($authArr)?'':$authArr;

就不再报错了。