- 爱品
- AI热点
- 热榜聚焦
- 个人中心
- 登录
- 测试
- 前言洞察
- 开源情报
- 项目
- AI会商
- 未命名接口POST
更新报告数据
开发中
POST
/v5/hotnews/report/update-report-data
请求参数
Body 参数application/json
id
string
列表id
taskId
string
任务id
keyword
string
热搜名称
listType
string
榜单类型
onRanking
string
上榜热搜排名
onTime
string
上榜热搜时间
onWci
string
上榜热度值
topRanking
string
最高热搜排名
topTime
string
最高热搜排名时间
topWci
string
最高热度值
tag
string
标签类型
hostMan
string
主持人
hostType
string
主持人类型
in_rank_time
string
在榜时长
示例
{
"id": "4252",
"taskId": "114",
"keyword": "为什么养生前后差距这么大",
"newsUuid": "d7b685c216779bfd53890268f74e3a5e",
"listType": "weibo",
"onRanking": "45",
"onWci": 137195,
"topRanking": "45",
"onTime": "2023-12-27 17:00:00",
"topTime": "2023-12-27 17:00:00",
"topWci": 137195,
"tag": "养生",
"hostMan": "办公室小呆呆",
"hostType": "KOL",
"inRankTime": "0.4",
"followNum": "7566196",
"addtime": "2023-12-27 17:58:33",
"volume": "146"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v5/hotnews/report/update-report-data' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "4252",
"taskId": "114",
"keyword": "为什么养生前后差距这么大",
"newsUuid": "d7b685c216779bfd53890268f74e3a5e",
"listType": "weibo",
"onRanking": "45",
"onWci": 137195,
"topRanking": "45",
"onTime": "2023-12-27 17:00:00",
"topTime": "2023-12-27 17:00:00",
"topWci": 137195,
"tag": "养生",
"hostMan": "办公室小呆呆",
"hostType": "KOL",
"inRankTime": "0.4",
"followNum": "7566196",
"addtime": "2023-12-27 17:58:33",
"volume": "146"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-01-04 02:10:41