From 254426fa0cbe0ad34680a3972f4920ec478d99c4 Mon Sep 17 00:00:00 2001 From: binaryify Date: Thu, 12 Sep 2019 10:35:03 +0800 Subject: [PATCH] =?UTF-8?q?v3.22.1=20=E6=94=AF=E6=8C=81=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=20#589?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 5 +++++ docs/README.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e9a73f0..598c946 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 957a5d3..039beb8 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 07fdb45..eea543f 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", -- GitLab