mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
3.0.2
This commit is contained in:
parent
9c8755b009
commit
24d5cbb2ce
16
CHANGELOG.MD
16
CHANGELOG.MD
@ -1,5 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
### 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 @@
|
|||||||
|
|
||||||
### 3.0.0 | 2018.10.14
|
### 3.0.0 | 2018.10.14
|
||||||
|
|
||||||
## 整体
|
#### 整体
|
||||||
|
|
||||||
- 完善文档,增加之前没写进文档的接口说明
|
- 完善文档,增加之前没写进文档的接口说明
|
||||||
|
|
||||||
@ -24,7 +26,7 @@
|
|||||||
|
|
||||||
- 增加 cookie-parser
|
- 增加 cookie-parser
|
||||||
|
|
||||||
### 参数修改
|
##### 参数修改
|
||||||
|
|
||||||
- `/song/detail` 增加多 id 支持
|
- `/song/detail` 增加多 id 支持
|
||||||
|
|
||||||
@ -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 @@
|
|||||||
|
|
||||||
- `/comment` 中 `query.action` 换成 `query.t`
|
- `/comment` 中 `query.action` 换成 `query.t`
|
||||||
|
|
||||||
### URL 重命名
|
##### URL 重命名
|
||||||
|
|
||||||
- `/video` 改为 `video/url`
|
- `/video` 改为 `video/url`
|
||||||
|
|
||||||
@ -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`
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user