Commit a016b985 authored by wanjilong's avatar wanjilong

add: 退单增加orderId

parent 88af83b7
...@@ -84,6 +84,7 @@ class RefundService ...@@ -84,6 +84,7 @@ class RefundService
'app_id'=>'merchant-c', 'app_id'=>'merchant-c',
'environ'=>Application::app()->environ(), 'environ'=>Application::app()->environ(),
'refund_order_id'=>$data['refund_order']['refund_order_id'], 'refund_order_id'=>$data['refund_order']['refund_order_id'],
'order_id'=>$order_item['order_id'],
'order_item_id'=>$data['refund_order']['order_item_id'], 'order_item_id'=>$data['refund_order']['order_item_id'],
'goods_sku_id'=>$order_item['goods_sku_id'] ?? '', 'goods_sku_id'=>$order_item['goods_sku_id'] ?? '',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment