Merge pull request '修改token验证接口' (#154) from zhangwei into dev
Reviewed-on: #154
This commit is contained in:
commit
9cf71dc95f
@ -262,7 +262,7 @@ class LoginController extends BaseApiController
|
||||
{
|
||||
$token = $this->request->post('token');
|
||||
if(empty($token)){
|
||||
return $this->fail('参数错误');
|
||||
return $this->fail('token参数错误');
|
||||
}
|
||||
$userInfo = (new UserTokenCache())->getUserInfo($token);
|
||||
if(!$userInfo){
|
||||
|
Loading…
x
Reference in New Issue
Block a user