diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 20fb69e4a..ddd28efe8 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -879,6 +879,12 @@ class PayNotifyLogic extends BaseLogic $village_uid = 0; $brigade_uid = 0; $user_ship = 0; + try{ + Redis::send('order_wetcha_push_send', ['order' => $order]); + }catch(\Exception $e){ + Log::error('订单推送失败:'.$e->getMessage()); + // 异常处理代码,例如记录日志或发送通知等。 + } if ($off_activity == 1) { //-----活动价结算更改 $financeLogic->order = $order;