From 10f8e0abdc973d320abb646a9b733cf66b4a1f41 Mon Sep 17 00:00:00 2001 From: binaryify Date: Mon, 30 Jul 2018 22:37:44 +0800 Subject: [PATCH] =?UTF-8?q?v2.15.0=20=E6=96=B0=E5=A2=9E=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=AD=8C=E5=8D=95=E6=8E=A8=E8=8D=90=E5=92=8C=E4=BB=98=E8=B4=B9?= =?UTF-8?q?=E7=B2=BE=E9=80=89=E6=8E=A5=E5=8F=A3,=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=AD=8C=E6=89=8B=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3=E6=8C=89?= =?UTF-8?q?=E9=A6=96=E5=AD=97=E6=AF=8D=E7=B4=A2=E5=BC=95=E6=9F=A5=E6=89=BE?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 3 +++ README.MD | 4 +++- docs/README.md | 8 ++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 82fea9a..7222207 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 2.15.0 | 2018.07.30 +新增相关歌单推荐和付费精选接口,增加歌手列表接口按首字母索引查找参数 + ### 2.14.0 | 2018.07.03 修复无法使用邮箱问题 diff --git a/README.MD b/README.MD index a54e551..cc2eaf8 100644 --- a/README.MD +++ b/README.MD @@ -90,6 +90,8 @@ 68. 歌单分类 69. 收藏的歌手列表 70. 订阅的电台列表 +71. 相关歌单推荐 +72. 付费精选接口 ## 环境要求 @@ -145,7 +147,7 @@ $ npm test [nujhong](https://github.com/nujhong)[zhangzhengyi12](https://github.com/zhangzhengyi12)[mchome](https://github.com/mchome)[pengx17](https://github.com/pengx17)[LengYXin](https://github.com/LengYXin)[rccoder](https://github.com/rccoder) -[zhixuanziben](https://github.com/zhixuanziben)[LightStrawberry](https://github.com/LightStrawberry)[CeBkCn](https://github.com/CeBkCn)[nondanee](https://github.com/nondanee)[twesix](https://github.com/twesix) +[zhixuanziben](https://github.com/zhixuanziben)[LightStrawberry](https://github.com/LightStrawberry)[CeBkCn](https://github.com/CeBkCn)[nondanee](https://github.com/nondanee)[twesix](https://github.com/twesix)[Means88](https://github.com/Means88) ## License diff --git a/docs/README.md b/docs/README.md index 50c2d17..8c07faa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,6 +15,9 @@ 跨站请求伪造 (CSRF), 伪造请求头 , 调用官方 API ## 版本新特性 +### 2.15.0 | 2018.07.30 +新增相关歌单推荐和付费精选接口,增加歌手列表接口按首字母索引查找参数 + ### 2.14.0 | 2018.07.03 修复无法使用邮箱问题 @@ -126,6 +129,9 @@ banner 接口 , 增加刷新登录接口 , 增加电台相关接口 , 补充评 68. 歌单分类 69. 收藏的歌手列表 70. 订阅的电台列表 +71. 相关歌单推荐 +72. 付费精选接口 + ## 安装 @@ -442,6 +448,8 @@ tags:歌单tag `offset` : 偏移数量,用于分页 , 如 : 如 :( 页数 -1)\*30, 其中 30 为 limit 的值 , 默认为 0 +`initial`: 按首字母索引查找参数,如 `/artist/list?cat=1001&initial=b` 返回内容将以 name 字段开头为b或者拼音开头为b为顺序排列 + category Code 取值: ``` 入驻歌手 5001 diff --git a/package.json b/package.json index 173cbca..433d5e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.14.0", + "version": "2.15.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab