update
This commit is contained in:
@@ -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);
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user