feat(wxapi): 新增小程序交易保障相关接口

This commit is contained in:
Fu Diwei
2022-09-07 10:17:56 +08:00
parent 067cae1618
commit bec3fa2f5d
7 changed files with 220 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
{
"appealList": [
{
"illegalOrderId": "12345",
"complaintOrderId": "54321",
"illegalWording": "质量缺陷",
"status": 6,
"illegalTime": 1656658706,
"orderId": "payorder@567897862897364928374",
"minusScore": 2,
"updateTime": 1656907435
},
{
"illegalOrderId": "61577",
"complaintOrderId": "1360130",
"illegalWording": "骚扰/辱骂他人",
"status": 5,
"illegalTime": 1656658601,
"orderId": "payorder@_4200001450202207012836130249",
"minusScore": 20,
"updateTime": 1656659715
}
],
"currentScore": 55,
"totalNum": 2,
"errcode": 0
}