| 错误码 | 描述 | 排查建议 |
|---|---|---|
| 10002 | 参数不合法或缺少参数 | 检查参数合法性 |
| 10001 | 系统错误 | 建议重试 |
curl --location --request POST 'https://developer.toutiao.com/api/apps/v1/data_analysis/query_video_with_source' \
--header 'access-token;' \
--header 'Authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data-raw '{
"start_time": 1679760000,
"end_time": 1684857600,
"host_name": "douyin",
"aweme_short_id_list": []
}'{
"data": {
"DataList": [
{
"CommonData": {
"MpDrainagePv": 0,
"MpDrainageUv": 0,
"MpShowPv": 0,
"MpShowUv": 0
},
"Scenes": "string",
"ScenesName": "string",
"VideoPlayCount": 0
}
]
},
"err_msg": "string",
"err_no": 0
}