- 使用须知
- 首页中心
- 登录
- 个人中心
- 视频中心
- 通用
获取热搜列表(简略)
开发中
GET
/search/hot
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3000/search/hot'
返回响应
🟢200成功
application/json
Body
code
integer
必需
result
object
必需
hots
array [object {4}]
必需
示例
{
"code": 200,
"result": {
"hots": [
{
"first": "他只是经过",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "会不会",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "永不失联的爱",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "不曾遗忘的符号",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "薛之谦",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "日不落",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "Dear John",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "为你我受冷风吹",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "魏大勋新歌",
"second": 1,
"third": null,
"iconType": 1
},
{
"first": "起风了",
"second": 1,
"third": null,
"iconType": 1
}
]
}
}
修改于 2023-07-31 12:54:57