Selaa lähdekoodia

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

sunxbiao 1 vuosi sitten
vanhempi
commit
b62333bd44
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 4 4
      app/controller/api/Auth.php
  2. 1 1
      app/controller/api/user/UserExtract.php

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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