shish 1 жил өмнө
parent
commit
51cd588780

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

@@ -54,7 +54,7 @@ class AuthController extends PublicController
         $errCode = $pc->decryptData($encryptedData, $iv, $result);
         if ($errCode != 0) {
             Yii::$app->redis->executeCommand('DEL', [$cacheKey]);
-            noticeUtil::push($cacheKey . " 批发商 登录失败!!!!sessionKey异常", '15280215347');
+            //noticeUtil::push($cacheKey . " 批发商 登录失败!!!!sessionKey异常", '15280215347');
             util::success(['hasNoOpenId' => 1], '登录失败!');
         }
         $arr = Json::decode($result);