|
...
|
...
|
@@ -43,7 +43,7 @@ class UserLoginLogic |
|
|
|
$this->fail('当前用户不存在或者被禁用',Code::USER_REGISTER_ERROE);
|
|
|
|
}
|
|
|
|
//查看当前账号下有几个项目
|
|
|
|
if($this->param['password'] == '123456' && $this->param['mobile'] != '13688158403'){
|
|
|
|
if($this->param['password'] == '123456' && $this->param['mobile'] != '15680871314'){
|
|
|
|
$this->fail('请使用短信登录,修改初始密码');
|
|
|
|
}
|
|
|
|
$password = base64_encode(md5($this->param['password']));
|
...
|
...
|
|