From 027e11ad841f7e50f6ce595b75b05193728202bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E6=94=BF=E5=85=83?= <278227739@qq.com> Date: Thu, 4 Jan 2018 11:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=AD=A3=E4=BA=86=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=B8=80=E4=BA=9B=E9=94=99=E8=AF=AF=E5=92=8C?= =?UTF-8?q?=E6=97=A0=E6=95=88id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 35ed6a6..1a759d4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -331,8 +331,8 @@ $ set PORT=4000 && node app.js `/music/url` **调用例子:** -`/music/url?id=347230` -`/music/url?id=347230,347231` +`/music/url?id=33894312` +`/music/url?id=405998841,33894312` 返回数据如下图: ![音乐 url](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/%E9%9F%B3%E4%B9%90%20url.png) @@ -408,8 +408,8 @@ $ set PORT=4000 && node app.js **调用例子:** `/search/multimatch?keywords=海阔天空` -### 收藏单曲到歌单 -说明:调用此接口,传入音乐 id和 limit 参数, 可获得该专辑的所有评论(需要登录) +### 对歌单添加或删除歌曲 +说明:调用此接口,可以添加歌曲到歌单或者从歌单删除某首歌曲(需要登录) **必选参数:** `op`: 从歌单增加单曲为add,删除为 del @@ -433,7 +433,7 @@ $ set PORT=4000 && node app.js `/lyric` **调用例子:** -`/lyric?id=347230` +`/lyric?id=33894312` 返回数据如下图: ![获取歌词](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/%E6%AD%8C%E8%AF%8D.png) @@ -453,7 +453,7 @@ $ set PORT=4000 && node app.js `/comment/music` **调用例子:** -`/comment/music?id=186016&limit=1` 对应晴天评论 +`/comment/music?id=33894312&limit=1` 对应晴天评论 返回数据如下图: ![获取评论](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/comment.png) -- GitLab