| HTTP 状态码 | 错误码sub_error_code | 描述 | 排查建议 |
|---|---|---|---|
| 200 | 10000 | 参数错误 | 参数不符合规范。请根据提示检查参数。 |
| 200 | 13000 | 系统错误,请重试 | 内部错误,重试可解决。 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/trade/v2/fulfillment/verify_cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"verify_id":"12345",
"certificate_id":"123",
"order_id":"8000088"
}'{
"data": {
"error_code": 0,
"description": "success"
},
"extra": {
"sub_error_code": 0,
"sub_description": "success",
"logid": "2022092115392201020812109511046",
"now": 1663745962686,
"error_code": 0,
"description": "success"
}
}