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