正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -148,7 +148,7 @@ class ComController extends BaseController | @@ -148,7 +148,7 @@ class ComController extends BaseController | ||
| 148 | $this->response('系统错误',Code::SYSTEM_ERROR); | 148 | $this->response('系统错误',Code::SYSTEM_ERROR); |
| 149 | } | 149 | } |
| 150 | Cache::pull($info['token']); | 150 | Cache::pull($info['token']); |
| 151 | - $this->response('success',Code::USER_LOGIN_ERROE); | 151 | + $this->response('success'); |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | /** | 154 | /** |
-
请 注册 或 登录 后发表评论