mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(wxapi): 新增微信小店售后管理保障单相关接口
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ToUserName": "gh_*",
|
||||
"FromUserName": "OpenID",
|
||||
"CreateTime": 1662480000,
|
||||
"MsgType": "event",
|
||||
"Event": "channels_ec_guarantee_update",
|
||||
"finder_shop_guarantee_status_update": {
|
||||
"status": "STATUS_PAY_SUCC",
|
||||
"guarantee_order_id": "1234567",
|
||||
"order_id": "12345"
|
||||
}
|
||||
}
|
@@ -30,8 +30,9 @@
|
||||
"desc": "1234",
|
||||
"receive_product": true,
|
||||
"cancel_time": 0,
|
||||
"prove_imgs": [],
|
||||
"tel_number": ""
|
||||
"media_id_list": [],
|
||||
"tel_number": "",
|
||||
"wxa_vip_discounted_price": 0
|
||||
},
|
||||
"refund_info": {
|
||||
"amount": 11,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"guarantee_order_id": 2000001077270153
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"guarantee_order_id": 2000001077270153,
|
||||
"bad_level": 50,
|
||||
"merchant_remark": "xxx"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"guarantee_order_id": 2000001077270153,
|
||||
"content": "并无损坏",
|
||||
"pic_list": [
|
||||
"id1",
|
||||
"id2"
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"guarantee_order_id": 2000001077270153,
|
||||
"reason": "情况不属实",
|
||||
"pic_list": [
|
||||
"id1",
|
||||
"id2"
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"after_sale_order_id": "12345"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"virtual_tel_number": "6767532382",
|
||||
"virtual_tel_expire_time": 1234567890
|
||||
}
|
Reference in New Issue
Block a user