|
|
@@ -474,7 +474,7 @@ class PurchaseController extends BaseController
|
|
|
$cacheKey = 'hd_debt_pay_' . $orderSn;
|
|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
if (!empty($has)) {
|
|
|
- util::fail('请稍等片刻再操作');
|
|
|
+ util::fail('请稍等...');
|
|
|
}
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 5, 'has']);
|
|
|
|