Commit 30fb9f1e authored by wangtao's avatar wangtao

学习资料

parent 81fc8b83
......@@ -41,7 +41,7 @@ class User extends BaseController
$user = UserService::getUserInfo($data['token']);
if (!$user) {
return $this->returnMsg('token无效', 0);
return $this->returnMsg('登录失效', 201);
}
......
......@@ -62,7 +62,7 @@ return [
// 是否实时写入
'realtime_write' => false,
],
// 新增支付任务专用通道
// 新增api接口日志
'api_log' => [
'type' => 'file',
'path' => runtime_path('log') . 'api_log/', // 独立目录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment