diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 640bc4113..893cc57fc 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -566,7 +566,9 @@ class PayNotifyLogic extends BaseLogic $user_ship = 0; $order['dealVipAmount'] = 0; try { - Redis::send('order_wetcha_push_send', ['order' => $order]); + if($order['uid']!=1){ + Redis::send('order_wetcha_push_send', ['order' => $order]); + } } catch (\Exception $e) { Log::error('订单推送失败:' . $e->getMessage()); // 异常处理代码,例如记录日志或发送通知等。