mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 15:02:08 +08:00
增加排行榜接口,更新文档
This commit is contained in:
parent
8f33edb746
commit
3536649aa6
@ -1009,7 +1009,9 @@ $ set PORT=4000 && node app.js
|
||||
"18": 中国嘻哈榜,
|
||||
"19": 法国 NRJ EuroHot 30周榜,
|
||||
"20": 台湾Hito排行榜,
|
||||
"21": Beatport全球电子舞曲榜
|
||||
"21": Beatport全球电子舞曲榜,
|
||||
"22": 云音乐ACG音乐榜,
|
||||
"23": 云音乐嘻哈榜
|
||||
```
|
||||
|
||||
**接口地址:**
|
||||
|
@ -20,7 +20,9 @@ const top_list_all = {
|
||||
"18": ["中国嘻哈榜", "1899724"],
|
||||
"19": ["法国 NRJ EuroHot 30周榜", "27135204"],
|
||||
"20": ["台湾Hito排行榜", "112463"],
|
||||
"21": ["Beatport全球电子舞曲榜", "3812895"]
|
||||
"21": ["Beatport全球电子舞曲榜", "3812895"],
|
||||
"22": ["云音乐ACG音乐榜", "71385702"],
|
||||
"23": ["云音乐嘻哈榜", "991319590"]
|
||||
};
|
||||
const express = require("express");
|
||||
const router = express();
|
||||
|
Loading…
x
Reference in New Issue
Block a user