mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 23:28:55 +08:00
update to v2.12.0
This commit is contained in:
parent
d9272b95bf
commit
4610c50ea0
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 2.12.0 | 2018.05.27
|
||||||
|
更新文档,优化歌单详情接口
|
||||||
|
|
||||||
### 2.11.1 | 2018.05.24
|
### 2.11.1 | 2018.05.24
|
||||||
更新文档,优化`/dj/program`接口
|
更新文档,优化`/dj/program`接口
|
||||||
|
|
||||||
|
37
README.MD
37
README.MD
@ -18,43 +18,6 @@
|
|||||||
|
|
||||||
[sqaiyan/netmusic-node](https://github.com/sqaiyan/netmusic-node)
|
[sqaiyan/netmusic-node](https://github.com/sqaiyan/netmusic-node)
|
||||||
|
|
||||||
## 版本新特性
|
|
||||||
### 2.11.0 | 2018.05.21
|
|
||||||
增加收藏歌手列表&订阅电台列表
|
|
||||||
|
|
||||||
### 2.10.0 | 2018.05.17
|
|
||||||
歌单操作调整为批量操作
|
|
||||||
|
|
||||||
### 2.9.8 | 2018.05.10
|
|
||||||
新增歌手分类列表,收藏/取消收藏歌手接口,新增更新用户信息,更新歌单接口
|
|
||||||
|
|
||||||
### 2.9.6 | 2018.05.08
|
|
||||||
新增发送私信相关接口,新增新建歌单,收藏/取消收藏歌单接口
|
|
||||||
|
|
||||||
### 2.9.4 | 2018.05.04
|
|
||||||
新增热搜接口,更新 banner 接口
|
|
||||||
|
|
||||||
### 2.9.0 | 2018.01.26
|
|
||||||
|
|
||||||
docker 构建文件的一些增强以及增加访问日志和调试输出
|
|
||||||
|
|
||||||
### 2.8.1 | 2018.01.04
|
|
||||||
|
|
||||||
添加了 proxy 功能
|
|
||||||
|
|
||||||
### 2.6.4 | 2017.7.16
|
|
||||||
|
|
||||||
添加缓存机制和随机 UA 机制 感谢[@u3u](https://github.com/u3u)
|
|
||||||
[issue:77](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/77) 优化请求
|
|
||||||
代码 感谢 [@huhuime](https://github.com/huhuime)
|
|
||||||
[issue:83](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/83)
|
|
||||||
|
|
||||||
### 2.5.0 | 2017.4.29
|
|
||||||
|
|
||||||
增加 mv/ 专辑 / 歌单评论接口 , 增加云盘相关接口 , 增加获取用户动态 / 信息接口 ,
|
|
||||||
增加关注 / 粉丝列表接口 , 增加收藏歌单接口 , 增加相似 mv/ 歌曲 / 用户接口 , 增加
|
|
||||||
banner 接口 , 增加刷新登录接口 , 增加电台相关接口 , 补充评论接口 , 更新文档
|
|
||||||
|
|
||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
1. 登录
|
1. 登录
|
||||||
|
@ -545,6 +545,8 @@ category Code 取值:
|
|||||||
|
|
||||||
**必选参数 :** `id` : 歌单 id
|
**必选参数 :** `id` : 歌单 id
|
||||||
|
|
||||||
|
**可选参数 :** `s` : 歌单最近的s个收藏者
|
||||||
|
|
||||||
**接口地址 :** `/playlist/detail`
|
**接口地址 :** `/playlist/detail`
|
||||||
|
|
||||||
**调用例子 :** `/playlist/detail?id=24381616`
|
**调用例子 :** `/playlist/detail?id=24381616`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "2.11.1",
|
"version": "2.12.0",
|
||||||
"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