作者 lyh

gx

@@ -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 /**