mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增小程序用户交易类投诉相关接口
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"content": "",
|
||||
"complaintOrderId": 1212,
|
||||
"mediaIdList": [],
|
||||
"bussiHandle": 1
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"content": "",
|
||||
"complaintOrderId": 1212,
|
||||
"mediaIdList": []
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"errcode": 0
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user