|
|
@@ -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']);
|