This commit is contained in:
2025-03-17 11:15:23 +08:00
parent b88873e4b0
commit 7a7f432006

View File

@@ -10,14 +10,8 @@ namespace app\index\controller;
use app\apidata\Config;
use app\common\consts\LogDir;
use app\common\model\TabConf;
use app\index\model\WechatUserModel;
use think\Controller;
use think\Db;
use think\Request;
use wanghua\general_utility_tools_php\framework\base\OuterController;
use wanghua\general_utility_tools_php\tool\Tools;
class BaseAuthController extends BaseCommonController
@@ -94,7 +88,7 @@ class BaseAuthController extends BaseCommonController
'error'=>'存储异常.'.$e->getMessage(),
'wx_user_info'=>$wx_user_info,
'error_info'=>$e->getTraceAsString()
],LogDir::WECHAT_USER_INFO_LOG);
]);
}
}
}