正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -110,6 +110,7 @@ class UserLoginLogic | @@ -110,6 +110,7 @@ class UserLoginLogic | ||
| 110 | if($password != $info['password']){ | 110 | if($password != $info['password']){ |
| 111 | $this->verifyCode($this->param['mobile'],$this->param['password']); | 111 | $this->verifyCode($this->param['mobile'],$this->param['password']); |
| 112 | } | 112 | } |
| 113 | + unset($info['password']); | ||
| 113 | return $this->success($info); | 114 | return $this->success($info); |
| 114 | } | 115 | } |
| 115 | 116 |
-
请 注册 或 登录 后发表评论