提交 1cd6ef30 编写于 作者: B binaryify

3.0.2

上级 e0c9a8e0
# 更新日志 # 更新日志
### 3.0.2 | 2018.10.31
### 3.0.1 | 2018.10.21 ### 3.0.1 | 2018.10.21
- 合并 PR([#351](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/351)) - 合并 PR([#351](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/351))
...@@ -12,7 +14,7 @@ ...@@ -12,7 +14,7 @@
### 3.0.0 | 2018.10.14 ### 3.0.0 | 2018.10.14
## 整体 #### 整体
- 完善文档,增加之前没写进文档的接口说明 - 完善文档,增加之前没写进文档的接口说明
...@@ -24,7 +26,7 @@ ...@@ -24,7 +26,7 @@
- 增加 cookie-parser - 增加 cookie-parser
### 参数修改 ##### 参数修改
- `/song/detail` 增加多 id 支持 - `/song/detail` 增加多 id 支持
...@@ -34,7 +36,7 @@ ...@@ -34,7 +36,7 @@
- `/top/playlist/highquality` 增加分页参数 `before` - `/top/playlist/highquality` 增加分页参数 `before`
### 统一参数 ##### 统一参数
- `/artist/sub``artist/unsub` 合并, 用`query.t` - `/artist/sub``artist/unsub` 合并, 用`query.t`
...@@ -42,7 +44,7 @@ ...@@ -42,7 +44,7 @@
- `/comment``query.action` 换成 `query.t` - `/comment``query.action` 换成 `query.t`
### URL 重命名 ##### URL 重命名
- `/video` 改为 `video/url` - `/video` 改为 `video/url`
...@@ -50,17 +52,17 @@ ...@@ -50,17 +52,17 @@
- `/music/url` 改为 `/song/url` - `/music/url` 改为 `/song/url`
### 转发逻辑修改 ##### 转发逻辑修改
- `/toplist/artist` 换成 weapi - `/toplist/artist` 换成 weapi
- `/mv/url` 去除了 pipe - `/mv/url` 去除了 pipe
### BUG 修复 ##### BUG 修复
- `/playlist/create`, `/playlist/update` 被判欺骗,增加 cookie - `/playlist/create`, `/playlist/update` 被判欺骗,增加 cookie
### 路由增删 ##### 路由增删
- 删除 `/recommend/dislike` - 删除 `/recommend/dislike`
......
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "3.0.1", "version": "3.0.2",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册