This commit is contained in:
chenbo 2023-11-21 11:39:57 +08:00
parent ebba5816ba
commit e1e599a4cb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class WechatPayServiceMerchantPaymentLogic extends BaseLogic
'refund_sn' => 'refund'.generate_sn(RefundOrder::class, 'refund_sn'),
'order_sn' => $payOrder['order_no'],
'business_order_sn' => $payOrder['business_order_sn'],
'order_type' => $params['order_type'],
'order_from' => $payOrder['order_from'],
'order_amount' => $payOrder['total_fee'],
'refund_amount' => $payOrder['total_fee'],
'refund_type' => 1,