From 54282430ea68373ee81113349ccb03f56118421b Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 14 May 2024 18:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PayNotifyLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index e2d8f51..1369e38 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -73,7 +73,7 @@ class PayNotifyLogic extends BaseLogic } } PushService::push('cash_register_'.$order['user_id'], $order['user_id'], '您有一笔订单已支付'); - if(isset($orderSn,$extra['payer']['openid'])){ + if(isset($extra['payer']['openid'])){ (new WeChatMnpService)->delivery($orderSn,$extra['payer']['openid']); } return true;