|
|
@@ -223,9 +223,9 @@ class PurchaseService extends BaseService
|
|
|
$cacheKey = 'code_pay_f2f_' . $orderSn;
|
|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
if (!empty($has)) {
|
|
|
- Yii::info("付款码支付重复请求:orderSn:{$orderSn}");
|
|
|
- noticeUtil::push("付款码支付重复请求:orderSn:{$orderSn}", '15280215347');
|
|
|
- return false;
|
|
|
+ Yii::info("付款码支付,重复查询支付结果:orderSn:{$orderSn}");
|
|
|
+ noticeUtil::push("付款码支付,重复查询支付结果:orderSn:{$orderSn}", '15280215347');
|
|
|
+ util::fail('请稍等...');
|
|
|
}
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 4, 'has']);
|
|
|
|