Parcourir la source

APP/小程序-更换默认验证码

sunxbiao il y a 1 an
Parent
commit
b62333bd44
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      app/controller/api/Auth.php
  2. 1 1
      app/controller/api/user/UserExtract.php

Fichier diff supprimé car celui-ci est trop grand
+ 4 - 4
app/controller/api/Auth.php


+ 1 - 1
app/controller/api/user/UserExtract.php

@@ -80,7 +80,7 @@ class UserExtract extends BaseController
80 80
 
81 81
         $sms_code = $this->request->param('sms_code');
82 82
 
83
-        // if (!$this->checkSmsCode($user['account'], $sms_code) && $sms_code != '9527'){
83
+        // if (!$this->checkSmsCode($user['account'], $sms_code) && $sms_code != '6865'){
84 84
         //     return app('json')->fail('验证码不正确');
85 85
         // }
86 86