feat(wxapi): 新增微信小店代用户发起售后接口

This commit is contained in:
Fu Diwei
2025-05-06 15:37:12 +08:00
parent 782b564546
commit aaf00eaecd
6 changed files with 137 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"request_id": "111222",
"order_id": "37123432487943243",
"product_id": "2346783",
"sku_id": "23643824",
"count": 1,
"amount": 100,
"reason": "双方协商一致退款",
"type": "REFUND"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"after_sale_order_id": "2082648273412"
}