shish hace 2 años
padre
commit
b74011ee8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         $cacheKey = 'help_custom_recharge_' . $customId;
         $has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
         $has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
         if (!empty($has)) {
         if (!empty($has)) {
-            util::fail('刚有提交充值,请60秒后');
+            util::fail('刚有提交充值,请确认,并60秒后再试');
             return false;
             return false;
         }
         }
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 60, 'has']);
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 60, 'has']);