qifengquan 1 year ago
parent
commit
2cafc067b1
2 changed files with 4 additions and 4 deletions
  1. 3 3
      application/api/controller/User.php
  2. 1 1
      application/config.php

+ 3 - 3
application/api/controller/User.php

@@ -300,9 +300,9 @@ class User extends Api
         if (!Validate::regex($mobile, "^1\d{10}$")) {
             $this->error(__('Mobile is incorrect'));
         }
-//        if (!Sms::check($mobile, $captcha, 'mobilelogin')) {
-//            $this->error(__('Captcha is incorrect'));
-//        }
+        if (!Sms::check($mobile, $captcha, 'mobilelogin')) {
+            $this->error(__('Captcha is incorrect'));
+        }
         $user = \app\common\model\User::getByMobile($mobile);
         $wx_userinfo = (new \app\api\controller\Common())->getUserinfo($code);
 

+ 1 - 1
application/config.php

@@ -18,7 +18,7 @@ return [
     // 应用命名空间
     'app_namespace'          => 'app',
     // 应用调试模式
-    'app_debug'              => Env::get('app.debug', true),
+    'app_debug'              => Env::get('app.debug', false),
     // 应用Trace
     'app_trace'              => Env::get('app.trace', false),
     // 应用模式状态