shish 2 лет назад
Родитель
Сommit
b74011ee8b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/CustomController.php

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

@@ -98,7 +98,7 @@ class CustomController extends BaseController
         $cacheKey = 'help_custom_recharge_' . $customId;
         $has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
         if (!empty($has)) {
-            util::fail('刚有提交充值,请60秒后');
+            util::fail('刚有提交充值,请确认,并60秒后再试');
             return false;
         }
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 60, 'has']);