| 接口名称 | 备注 |
|---|---|
| 接口类型 | HTTP POST |
| 接口格式 | application/json;charset=UTF-8 |
| 线上地址 | https://openapi.wanshifu.com/prod/prod/user-order-open-api/user-open/order/complaint/cancel |
| 测试地址 | https://openapi.wanshifu.com/pre-release/test/user-order-open-api/user-open/order/complaint/cancel |
| 是否加密 | 是 |
| 字段名称 | 字段说明 | 字段类型 | 是否必传参数 |
|---|---|---|---|
| complaintId | 投诉id | Long | 是 |
| 字段名称 | 字段说明 | 字段类型 |
|---|---|---|
| retCode | 错误码 | Integer |
| retData | 处理返回数据 | Object |
| retMsg | 错误描述 | String |
| businessStatus | 业务状态1成功0失败 | Integer |
{
"retCode": "200",
"retData": {
"businessStatus": 1
},
"retMsg": "成功"
}{
"retCode": 500,
"retData": null,
"retMsg": ""
}