| HTTP 状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 200 | 28001005 | 系统内部错误,请重试 | 请求重试,若依然无解请向平台提交反馈 |
| 200 | 28001007 | 参数不合法 | 检查请求参数是否填写正常 |
| 200 | 29005077 | 资源不存在 | 无对账数据 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/promotion/v1/coupon/batch_rollback_consume_coupon' \
--header 'access-token: clt.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"bill_type":"receive_record",
"bill_date": "20230405",
"app_id": "ttec789ac573xxxxxx01"
}'{
"err_no": 0,
"err_msg": "",
"log_id": "202008121419360101980821035705926A",
"data": {
"bill_download_url": "https://p0-open-promotion-private.byteimg.com/tos-cn-i-gyhr0m0lve/20160405_tt123456789_coupon_record.csv"
}
}