Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -35,7 +35,7 @@ class LoginLogic extends BaseLogic | @@ -35,7 +35,7 @@ class LoginLogic extends BaseLogic | ||
| 35 | $this->fail('帐号已被禁用'); | 35 | $this->fail('帐号已被禁用'); |
| 36 | } | 36 | } |
| 37 | if (!Hash::check($this->requestAll['password'], $manage->password)) { | 37 | if (!Hash::check($this->requestAll['password'], $manage->password)) { |
| 38 | - var_dump($this->requestAll['password']); | 38 | + var_dump($manage->password); |
| 39 | die(); | 39 | die(); |
| 40 | $this->fail('登录密码不正确'); | 40 | $this->fail('登录密码不正确'); |
| 41 | } | 41 | } |
-
请 注册 或 登录 后发表评论