| HTTP 状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 200 | 0 | success | 接口请求成功,无需排查 |
| 200 | 28001005 | 系统内部错误,请重试 | 请求重试,若依然无解请向平台提交反馈 |
| 200 | 28001007 | 参数不合法 | 根据报错内容排查请求参数是否填写正常 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/promotion/v1/coupon/get_coupon_meta_statistics' \
--header 'access-token: clt.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id":"ttcfdbb96650e33350",
"coupon_meta_id":"7241832741367447613"
}'{
"err_no": 0,
"err_msg": "",
"log_id": "202306081640346D6CE7AD7121F504D69E",
"data": {
"activity_stats": [
{
"activity_id": "7242154741227077690",
"consumed_num": 0,
"received_num": 1
}
],
"talent_stats": [
{
"talent_id": "7932234",
"talent_open_id": "Cv4PoJXaTPn63rNu",
"exposed_num": 1234,
"received_num": 812,
"consumed_num": 764
}
]
}
}