更新
This commit is contained in:
parent
54282430ea
commit
48511412a8
@ -73,7 +73,7 @@ class PayNotifyLogic extends BaseLogic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
PushService::push('cash_register_'.$order['user_id'], $order['user_id'], '您有一笔订单已支付');
|
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']);
|
(new WeChatMnpService)->delivery($orderSn,$extra['payer']['openid']);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user