This commit is contained in:
孟政元 2018-01-04 12:14:12 +08:00
commit 179acb3540
3 changed files with 435 additions and 428 deletions

View File

@ -1,4 +1,8 @@
# 更新日志
### 2.8.0 | 2018.01.04
用 'request' 重写了请求函数
### 2.7.9 | 2017.12.11
更新排行榜接口,新增云音乐ACG音乐榜,云音乐嘻哈榜

View File

@ -13,6 +13,9 @@
跨站请求伪造 (CSRF), 伪造请求头,调用官方 API
## 版本新特性
### 2.8.0 | 2018.01.04
用 'request' 重写了请求函数
### 2.6.5 | 2017.7.16
优化 CORS 设置
@ -453,7 +456,7 @@ $ set PORT=4000 && node app.js
`/comment/music`
**调用例子:**
`/comment/music?id=33894312&limit=1` 对应晴天评论
`/comment/music?id=186016&limit=1` 对应晴天评论
返回数据如下图:
![获取评论](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/comment.png)

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "2.7.10",
"version": "2.8.0",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",