正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -37,6 +37,8 @@ class UserLoginLogic | @@ -37,6 +37,8 @@ class UserLoginLogic | ||
| 37 | public function login(){ | 37 | public function login(){ |
| 38 | //验证账号密码是否正确 | 38 | //验证账号密码是否正确 |
| 39 | $info = $this->verifyAccount(); | 39 | $info = $this->verifyAccount(); |
| 40 | + var_dump($info); | ||
| 41 | + die(); | ||
| 40 | //验证角色是否被禁用+获取项目详情 | 42 | //验证角色是否被禁用+获取项目详情 |
| 41 | $info = $this->verifyRole($info); | 43 | $info = $this->verifyRole($info); |
| 42 | if(isset($info['token']) && !empty($info['token'])){ | 44 | if(isset($info['token']) && !empty($info['token'])){ |
-
请 注册 或 登录 后发表评论