This commit is contained in:
binaryify 2018-10-31 21:42:20 +08:00
parent 9c8755b009
commit 24d5cbb2ce
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,7 @@
# 更新日志
### 3.0.2 | 2018.10.31
### 3.0.1 | 2018.10.21
- 合并 PR([#351](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/351))
@ -12,7 +14,7 @@
### 3.0.0 | 2018.10.14
## 整体
#### 整体
- 完善文档,增加之前没写进文档的接口说明
@ -24,7 +26,7 @@
- 增加 cookie-parser
### 参数修改
##### 参数修改
- `/song/detail` 增加多 id 支持
@ -34,7 +36,7 @@
- `/top/playlist/highquality` 增加分页参数 `before`
### 统一参数
##### 统一参数
- `/artist/sub` 与 `artist/unsub` 合并, 用`query.t`
@ -42,7 +44,7 @@
- `/comment` 中 `query.action` 换成 `query.t`
### URL 重命名
##### URL 重命名
- `/video` 改为 `video/url`
@ -50,17 +52,17 @@
- `/music/url` 改为 `/song/url`
### 转发逻辑修改
##### 转发逻辑修改
- `/toplist/artist` 换成 weapi
- `/mv/url` 去除了 pipe
### BUG 修复
##### BUG 修复
- `/playlist/create`, `/playlist/update` 被判欺骗,增加 cookie
### 路由增删
##### 路由增删
- 删除 `/recommend/dislike`

View File

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