{
"sort": "wciDesc",
"page": 1,
"perpage": 20,
"startDate": "2025-05-30 00:00:00",
"endDate": "2025-06-05 23:00:00",
"type": "all",
"name": "",
"sid": 0,
"typeId": 59,
"ids": [
1,
2
],
"fields": [
{
"key": "listTypeName",
"value": "榜单名称",
"select": 1
},
{
"key": "time",
"value": "时间",
"select": 1
},
{
"key": "keyword",
"value": "热搜词条",
"select": 1
},
{
"key": "num",
"value": "热度",
"select": 1
},
{
"key": "ranking",
"value": "排名",
"select": 1
},
{
"key": "onListTime",
"value": "在榜时长(h)",
"select": 1
},
{
"key": "link",
"value": "链接",
"select": 1
}
]
}
curl --location --request POST 'aiScheme/hot-list/warning-download' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": "wciDesc",
"page": 1,
"perpage": 20,
"startDate": "2025-05-30 00:00:00",
"endDate": "2025-06-05 23:00:00",
"type": "all",
"name": "",
"sid": 0,
"typeId": 59,
"ids": [
1,
2
],
"fields": [
{
"key": "listTypeName",
"value": "榜单名称",
"select": 1
},
{
"key": "time",
"value": "时间",
"select": 1
},
{
"key": "keyword",
"value": "热搜词条",
"select": 1
},
{
"key": "num",
"value": "热度",
"select": 1
},
{
"key": "ranking",
"value": "排名",
"select": 1
},
{
"key": "onListTime",
"value": "在榜时长(h)",
"select": 1
},
{
"key": "link",
"value": "链接",
"select": 1
}
]
}'
{}