This commit is contained in:
mkm 2024-05-14 18:03:23 +08:00
parent 54282430ea
commit 48511412a8

View File

@ -73,7 +73,7 @@ class PayNotifyLogic extends BaseLogic
}
}
PushService::push('cash_register_'.$order['user_id'], $order['user_id'], '您有一笔订单已支付');
if(isset($extra['payer']['openid'])){
if(isset($extra['payer']['openid']) && $order->pay_type!=9){
(new WeChatMnpService)->delivery($orderSn,$extra['payer']['openid']);
}
return true;