作者 lyh

ggx

@@ -47,7 +47,7 @@ class LoginLogic extends BaseLogic @@ -47,7 +47,7 @@ class LoginLogic extends BaseLogic
47 $this->fail('帐号已被禁用'); 47 $this->fail('帐号已被禁用');
48 } 48 }
49 //查看当前账号下有几个项目 49 //查看当前账号下有几个项目
50 - if($this->param['password'] == '123456' && $this->param['mobile'] != '15680871314'){ 50 + if($this->param['password'] == '123456' && $this->param['mobile'] != '13688158403'){
51 $this->fail('请使用短信登录,修改初始密码'); 51 $this->fail('请使用短信登录,修改初始密码');
52 } 52 }
53 $type = 1;//账号密码登录 53 $type = 1;//账号密码登录
@@ -43,7 +43,7 @@ class UserLoginLogic @@ -43,7 +43,7 @@ class UserLoginLogic
43 $this->fail('当前用户不存在或者被禁用',Code::USER_REGISTER_ERROE); 43 $this->fail('当前用户不存在或者被禁用',Code::USER_REGISTER_ERROE);
44 } 44 }
45 //查看当前账号下有几个项目 45 //查看当前账号下有几个项目
46 - if($this->param['password'] == '123456' && $this->param['mobile'] != '13688158403'){ 46 + if($this->param['password'] == '123456' && $this->param['mobile'] != '15680871314'){
47 $this->fail('请使用短信登录,修改初始密码'); 47 $this->fail('请使用短信登录,修改初始密码');
48 } 48 }
49 $password = base64_encode(md5($this->param['password'])); 49 $password = base64_encode(md5($this->param['password']));