POST https://qw-openapi-tx.dustess.com/order/open-api/v1/afterSaleRefund?accessToken=
Content-Type: application/json| 参数名 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| afterSaleId | String | 售后单id | true |
| operatorId | String | 执行退款操作的员工,指员工uid | true |
json - Request-Example:{
"afterSaleId": "1831586439516330696",
"operatorId": "6402"
}| 参数名 | 类型 | 说明 |
|---|---|---|
| success | Bool | 请求成功失败标识 |
| code | Int | 响应码 |
| msg | String | 响应信息 |
| data | Object | 数据信息 |
| trace_id | String | 上下文链路id |
json - Response-Example:{
"code": 0,
"data": {},
"msg": "OK",
"success": true,
"traceId": "e5071190-999e-99b1-9da7-f4ae3331bbee"
}json - Response-Example:{
"code": 50012075,
"data": {},
"msg": "售后订单状态不正确",
"success": true,
"traceId": "b7db8395-add5-9a5d-9cc9-7ed0e4e4feb0"
}