feat(wxapi): 新增小程序用户交易类投诉相关接口

This commit is contained in:
Fu Diwei
2021-12-15 17:29:33 +08:00
parent 6220d9afc2
commit 10ab0af625
20 changed files with 684 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
{
"content": "",
"complaintOrderId": 1212,
"mediaIdList": [],
"bussiHandle": 1
}

View File

@@ -0,0 +1,5 @@
{
"content": "",
"complaintOrderId": 1212,
"mediaIdList": []
}

View File

@@ -0,0 +1,36 @@
{
"errcode": 0,
"errmsg": "ok",
"complaintOrder": {
"complaintOrderId": 1212,
"openId": "dfasefasefase",
"createTime": 123124124,
"phoneNumber": 156222222,
"type": 12,
"status": 1,
"customerMaterial": {
"content": "",
"mediaIdList": [ "fsadfasdfsaf" ]
},
"orderId": "2342",
"outTradeNo": "sdfsfd",
"productName": "sdf",
"payTime": 123123,
"totalCost": 1213,
"expireTime": 1231231
},
"item": [
{
"itemType": 1,
"time": 1233234234,
"phoneNumber": "156222222",
"content": "",
"mediaIdList": [ "asdfasdf" ]
}
],
"returnBill": {
"returnId": "23234234234",
"waybillId": "adfasdf",
"orderStatus": 4
}
}