mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增微信小店换货相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"after_sale_order_id": "1768034782998651",
|
||||
"waybill_id": "123",
|
||||
"delivery_id": "YD"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"after_sale_order_id": "1768034782998651",
|
||||
"type": 1,
|
||||
"amount": 100,
|
||||
"merchant_update_desc": "xxx",
|
||||
"update_reason_type": "123",
|
||||
"merchant_update_type": 6,
|
||||
"media_ids": [
|
||||
"id1",
|
||||
"id2"
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"after_sale_order_id": "1768715750567651",
|
||||
"reject_reason": "123",
|
||||
"reject_reason_type": 1
|
||||
}
|
Reference in New Issue
Block a user