From 6054a0a6acbd38d4228d5aa4c65f4b882c49d0f0 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 31 Oct 2023 11:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E9=AA=8C=E8=AF=81=E7=A0=81=20=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/service/passport/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/service/passport/Login.php b/app/api/service/passport/Login.php index 486a662..1216342 100644 --- a/app/api/service/passport/Login.php +++ b/app/api/service/passport/Login.php @@ -372,7 +372,7 @@ class Login extends BaseService throwError($validate->getError()); } // 验证短信验证码是否匹配 - if($data['mobile']!='15927781910'){ + if($data['mobile']!='1380013800'){ if (!CaptchaApi::checkSms($data['smsCode'], $data['mobile'])) { throwError('短信验证码不正确'); }