浏览代码

登录测试-17362953140

whitefang 1 年之前
父节点
当前提交
513220d0da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/validate/LoginAccountValidate.php

+ 1 - 1
app/api/validate/LoginAccountValidate.php

@@ -78,7 +78,7 @@ class LoginAccountValidate extends BaseValidate
         // 手机验证码登录
         // 手机验证码登录
         if (LoginEnum::MOBILE_CAPTCHA == $scene) {
         if (LoginEnum::MOBILE_CAPTCHA == $scene) {
             //微信小程序提交版本测试
             //微信小程序提交版本测试
-            if($data['account'] == '13545228441'){
+            if($data['account'] == '13545228441' || $data['account'] == '17362953140'){
                 return true;
                 return true;
             }
             }
             if (!isset($data['code'])) {
             if (!isset($data['code'])) {