feat(wxapi): 新增自定义交易组件纠纷相关接口

This commit is contained in:
Fu Diwei
2022-04-12 11:43:00 +08:00
parent 3afba4febf
commit 46fc9ae69f
20 changed files with 536 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
{
"state": 2,
"begin_create_time": 1641280180,
"end_create_time": 1641280180,
"offset": 0,
"limit": 10
}

View File

@@ -0,0 +1,20 @@
{
"errcode": 0,
"errmsg": "ok",
"orders": [
{
"after_sale_order_id": 123,
"complaint_order_id": 123,
"create_time": 1647431667,
"expired_time": 0,
"judge_result": 8,
"openid": "abcef",
"order_id": "123",
"phone_number": "12345678912",
"state": 230014,
"type": 7,
"update_time": 1647431879
}
],
"total": 1
}

View File

@@ -0,0 +1,3 @@
{
"complaint_order_id": 123
}

View File

@@ -0,0 +1,36 @@
{
"errcode": 0,
"errmsg": "ok",
"flow_info": {
"list": [
{
"user_record": {
"event": 240001,
"event_describe": "用户发起投诉",
"material_info": {
"content": "测试",
"media_url_list": [
"url"
]
},
"state": 230000,
"state_describe": "商家售后处理中",
"time": "1647431667908"
}
}
]
},
"order": {
"after_sale_order_id": 123,
"complaint_order_id": 123,
"create_time": 1647431667,
"expired_time": 0,
"judge_result": 8,
"openid": "abcef",
"order_id": "123",
"phone_number": "12345678912",
"state": 230001,
"type": 7,
"update_time": 1647431879
}
}

View File

@@ -0,0 +1,7 @@
{
"complaint_order_id": 123,
"material_info": {
"content": "说明一下",
"media_url_list": [ "xx", "xx" ]
}
}