| HTTP 状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 200 | 0 | success | 接口请求成功,无需排查 |
| 200 | 28001007 | 参数不合法 | 检查请求参数是否填写正常 |
| 200 | 29005086 | 券模板未处于生效状态,不允许变更 | - |
| 200 | 28001005 | 系统内部错误,请重试 | 请求重试,若依然无解请向平台提交反馈 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/promotion/v1/coupon/update_coupon_meta_status' \
--header 'access-token: clt.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupon_meta_id": "702345xxxxxxx",
"coupon_meta_status": 1,
"app_id": "ttec789ac573xxxxxx01"
}'{
"err_no": 0,
"err_msg": "",
"log_id": "202008121419360101980821035705926A"
}