diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e9a73f0e4e6983d4035c1740eeb8facda797afde..598c946c76feef8d314a97e9788e8e356ceac7f1 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,9 @@ # 更新日志 + +### 3.22.1 | 2019.09.12 +- 支持回复评论[#589](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/589) + + ### 3.22.0 | 2019.08.25 - 支持 CORS 预检 [#564](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/564) [#578](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/578) diff --git a/docs/README.md b/docs/README.md index 957a5d333f97000336cbd5a9a506f4ff874adae1..039beb86cc4d93352cdcdb52e8df2d6e530e605a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1301,7 +1301,7 @@ mp3url 不能直接用 , 可通过 `/song/url` 接口传入歌曲 id 获取具 `content` :要发送的内容 - `commentId` :回复的评论id + `commentId` :回复的评论id (回复评论时必填) **调用例子** : `/comment?t=1&type=1&id=5436712&content=test` (往广岛之恋 mv 发送评论: test) diff --git a/package.json b/package.json index 07fdb45ff92004cda2f26ebf6f84fb22266c0d83..eea543fa7f34a70d037cf8f55376b1bd51e98b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "3.22.0", + "version": "3.22.1", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",