fix bug, update to v2.9.9,更新文档

This commit is contained in:
binaryify 2018-05-16 10:33:04 +08:00
parent 94a5404867
commit 4cc9dfabd4
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 2.9.8 | 2018.05.16
Bug 修复
### 2.9.8 | 2018.05.10
新增歌手分类列表,收藏/取消收藏歌手接口,新增更新用户信息,更新歌单接口

View File

@ -658,8 +658,7 @@ mp3url 不能直接用 , 可通过 `/music/url` 接口传入歌曲 id 获取具
**接口地址 :** `/playlist/tracks`
**调用例子 :** `/playlist/tracks?op=add&pid=24381616&tracks=347230` ( 对应把 '
海阔天空 ' 添加到 ' 我 ' 的歌单 , 测试的时候请把这里的 pid 换成你自己的 )
**调用例子 :** `/playlist/tracks?op=add&pid=24381616&tracks=347231` ( 对应把歌曲添加到 ' 我 ' 的歌单 , 测试的时候请把这里的 pid 换成你自己的, id 和 tracks 不对可能会报502错误)
### 获取歌词

View File

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