Ver Fonte

电子商城-提交订单-DEBUG

whitefang há 1 ano atrás
pai
commit
73bf2db524
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/common/logic/PayNotifyLogic.php

+ 1 - 0
app/common/logic/PayNotifyLogic.php

@@ -135,6 +135,7 @@ class PayNotifyLogic extends BaseLogic
         $order->transaction_id = $extra['transaction_id'] ?? '';
         $order->pay_status = PayEnum::ISPAID;
         $order->pay_time = time();
+        $order->shop_order_type = 2;
         $order->save();
     }