| 接口名称 | |
|---|---|
| 接口类型 | HTTP POST |
| 接口格式 | application/json;charset=UTF-8 |
| 线上地址 | https://openapi.wanshifu.com/prod/prod/user-order-open-api/user-open/order/refund/arbitrationCancel |
| 测试地址 | https://openapi.wanshifu.com/pre-release/test/user-order-open-api/user-open/order/refund/arbitrationCancel |
| 接口说明 | 第三方调用此接口发起撤销仲裁 |
| 是否加密 | 是 |
| 字段名称 | 字段说明 | 字段类型 | 是否必传参数 |
|---|---|---|---|
| arbitrationId | 仲裁id; | Long | 是 |
{
"arbitrationId": "11",
}{
"busData": "eyJyZWZ1bmRJZCI6NjA5ODMwNjU1OH0=",
"checkData": "EAF00E3CF72C943A94C54463B880D5DB",
"childAccount": "",
"licenseId": "3kY2026h",
"timestamp": 1655717032900
}| 字段名称 | 字段说明 | 字段类型 |
|---|---|---|
| retCode | 错误码 | Integer |
| retData | 处理返回数据 | Integer |
| retMsg | 错误描述 | String |
| retCode | 说明 |
|---|---|
| 200 | 接口处理成功 |
| 500 | 接口处理失败 |
| 其他code | 接口处理失败 |
{
"code": "200",
"msg": "成功",
"retCode": "200",
"retData": {
"arbitrationId": 6098307338,
"status": true
},
"retMsg": "成功"
}{
"code": "500",
"msg": "错误原因",
"retCode": "500",
"retData": null,
"retMsg": "错误原因"
}