更新用户登录

This commit is contained in:
yaooo 2023-10-27 16:34:29 +08:00
parent 059e21ba43
commit b52f5c6f4b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class HomeLogin extends ApiController
public function login_out() public function login_out()
{ {
// 前端删除存储的token // 前端删除存储的token
$this->apiSuccess('退出成功', $userInfo); $this->apiSuccess('退出成功');
} }
} }