下单/退款时积分申请的确认或取消
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
orderId | String | 可选 | 123 | 正向订单id | |
outerUserId | String | 可选 | 12305 | 外部用户id | |
type | Number | 可选 | 1 | 处理类型:11 下单确认,12 下单取消,21 退款确认,22 退款取消 | |
userId | String | 可选 | 123 | 用户id | |
extInfo | String | 可选 | {"key":"jsonstring"} | 备注 | |
traceId | String | 可选 | 123 | 123 | |
dutyfreeType | String | 可选 | 1 | ddd |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | false | 请求成功标识 |
respMsg | String | succ | 错误描述 |
respCode | String | 200 | 错误码 |
{"traceId":"123","orderId":"123","dutyfreeType":"1","outerUserId":"12305","type":1,"userId":"123","extInfo":"{\"key\":\"jsonstring\"}"}
{ "success":false, "respMsg":"succ", "respCode":"200" }
{"success":"false","respMsg":"Illegal request","respCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-read-timeout |