feat(wxapi): 新增微信小店换货相关接口

This commit is contained in:
Fu Diwei
2025-04-07 19:28:57 +08:00
parent 1dd9ebccef
commit d2948a7e43
11 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"after_sale_order_id": "1768034782998651",
"waybill_id": "123",
"delivery_id": "YD"
}

View File

@@ -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"
]
}

View File

@@ -0,0 +1,5 @@
{
"after_sale_order_id": "1768715750567651",
"reject_reason": "123",
"reject_reason_type": 1
}