feat: 修改支付通知逻辑

This commit is contained in:
mkm 2024-07-05 16:45:54 +08:00
parent ec8841d67e
commit eb39074822

View File

@ -735,7 +735,7 @@ class PayNotifyLogic extends BaseLogic
} }
//积分写入 //积分写入
if(in_array($user_ship,[0,4])){ if($order['pay_type']>=14){
UserSignLogic::OrderWrite($order); UserSignLogic::OrderWrite($order);
} }
if ($off_activity == 1) { if ($off_activity == 1) {