HotSearches — 首页热门搜索POST /api/music/line2/hot_searches/POST 请求,无需任何参数,无需 Content-Type){
"code": 10000,
"message": "成功",
"data": {
"hot_keywords": [
{"keyword": "岁月如笔写春秋", "url": "/s/岁月如笔写春秋"},
{"keyword": "立春", "url": "/s/立春"}
],
"weekly_ranking": [
{"rank": 1, "keyword": "抖音热歌", "url": "/s/抖音热歌"},
{"rank": 2, "keyword": "...", "url": "/s/..."}
],
"recent_activity": [
{"type": "search", "text": "颜人中", "url": "/s/颜人中"},
{"type": "download", "text": "晚秋 - 毛宁", "url": "/music/xxx"}
]
}
}| code | message | 说明 |
|---|---|---|
| 10000 | 成功 | 正常返回 |
| 40001 | 外部 API 调用失败 | 爬虫请求异常(网络不通、目标网站不可达等) |