소스 검색

修改团队

chengzhiyixia 1 년 전
부모
커밋
2c8ac228ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/api/Auth.php

+ 1 - 1
app/controller/api/Auth.php

@@ -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']))