动态通报导出
开发中
POST
aiScheme/hot-list/warning-download
请求参数
Body 参数application/json
sort
string
必需
page
integer
必需
perpage
integer
必需
startDate
string
必需
endDate
string
必需
type
string
必需
name
string
必需
sid
integer
必需
typeId
integer
必需
ids
array[integer]
榜单id
示例
{
"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
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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
}
]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}