| HTTP 状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 200 | 0 | success | 接口请求成功,无需排查 |
| 200 | 28001005 | 系统内部错误,请重试 | 请求重试,若依然无解请向平台提交反馈 |
| 200 | 28001007 | 参数不合法 | 必填参数是否为空 |
| 开始时间不能大于结束时间 | |||
| 当前页面大小xxx不能超过10000 | |||
| 页面大小或者起始页号不能小于1 | |||
| 200 | 28013009 | 开始时间不能早于3个月 | |
| 200 | 28013010 | 单页数量不能超过10000 | |
| 200 | 28003018 | 请求频率过高 | 接口调用QPS不能超过10 |
curl --location --request POST 'http://dev-cn.your-api-server.com/api/apps/taskbox/query_task_video_daily_data/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xxxx",
"video_publish_start_time":1683689418,
"video_publish_end_time": 1684380619,
"page_no": 1,
"page_size": 10,
"douyin_id":"A221321",
"appid": "ttec789ac573xxxxxx01",
"billing_date": "2023-10-01",
"client_key":"awck97******wwd14"
}'{
"error": 0,
"message": "SUCCESS",
"results": [
{
"ActiveCnt1d": 0,
"AdShareCost1d": 0,
"Author": "nice1",
"BillingGMV1d": 0,
"BillingRefundGMV1d": 0,
"ClientName": "撮合网站应用015",
"AdShareCost1d": 0,
"FeedAdShareCost1d": 0,
"DouyinID": "31626424566",
"ExpectedProfit": 0,
"FeedAdShareCost1d": 0,
"GMV1d": 0,
"MicroAppTitle": "行业ITC",
"PublishTime": 1692878009,
"RefundGMV1d": 0,
"TalentProfit1d": 0,
"TaskId": 7270785143852253244,
"TaskName": "小程序B的支付分成绑定任务R4",
"VideoId": 7270855478333246754,
"VideoLink": "https://www.iesdouyin.com/share/video/7270855478333246754/?region=CN&mid=7270855692553079609",
"VideoTitle": "hello",
"date": "2023-08-25"
}
]
}