动态通报列表
开发中
POST
aiScheme/hot-list/warning-list
请求参数
Body 参数application/json
sort
string
必需
page
integer
必需
perpage
integer
必需
startDate
string
必需
endDate
string
必需
type
string
必需
name
string
必需
sid
integer
必需
typeId
integer
必需
示例
{
"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
}
示例代码
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-list' \
--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
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}