获取监测热榜列表
开发中
POST
aiScheme/hot-list/hot-list
请求参数
Body 参数application/json
sort
string
排序
page
integer
页码
perpage
integer
每页数量
startDate
string
开始时间
endDate
string
结束时间
type
string
热搜分类
name
string
检索词
sid
string
方案id
typeId
string
分类id
示例
{
"sort": "rankDesc",
"page": 1,
"perpage": 20,
"startDate": "2025-05-30 00:00:00",
"endDate": "2025-06-04 23:00:00",
"type": "weibo",
"name": "",
"sid":0,
"typeId":59
}
示例代码
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/hot-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": "rankDesc",
"page": 1,
"perpage": 20,
"startDate": "2025-05-30 00:00:00",
"endDate": "2025-06-04 23:00:00",
"type": "weibo",
"name": "",
"sid":0,
"typeId":59
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}