作者 lyh

gx

... ... @@ -148,7 +148,7 @@ class ComController extends BaseController
$this->response('系统错误',Code::SYSTEM_ERROR);
}
Cache::pull($info['token']);
$this->response('success',Code::USER_LOGIN_ERROE);
$this->response('success');
}
/**
... ...