| 错误码 | 描述 | 排查建议 |
|---|---|---|
| 10002 | 参数不合法或缺少参数 | 检查参数合法性 |
| 10001 | 系统错误 | 建议重试 |
curl --location --request POST 'https://developer.toutiao.com/api/apps/v1/data_analysis/query_component_with_data' \
--header 'access-token;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1684598400,
"end_time": 1684598400,
"componentId_list": [],
"page_no": 1,
"page_size": 10
}'{
"data": {
"DataList": [
{
"ComponentClickPv": 0,
"ComponentClickUv": 0,
"ComponentId": "string",
"ComponentName": "string",
"ComponentReportPv": 0,
"ComponentReportUv": 0,
"ComponentShowPv": 0,
"ComponentShowUv": 0
}
],
"Total": 0
},
"err_msg": "string",
"err_no": 0,
"log_id": "string"
}