mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(wxapi): 新增微信小店售后管理保障单相关接口
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user