shish hace 1 año
padre
commit
0d70ff135a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/ShopAdminController.php

+ 1 - 1
app-ghs/controllers/ShopAdminController.php

@@ -88,7 +88,7 @@ class ShopAdminController extends BaseController
             $ptStyle = Yii::$app->params['ptStyle'];
 
             //验证码取消验证,临时使用的方法
-            if ($authCode != 19640123) {
+            if ($authCode != 196401) {
                 $cacheKey = 'add_staff_auth_code_' . $ptStyle . '_' . $mobile;
                 $saveAuthCode = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
                 if (empty($saveAuthCode)) {