v3.22.1 支持回复评论 #589

This commit is contained in:
binaryify 2019-09-12 10:35:03 +08:00
parent 8b36cdece5
commit 254426fa0c
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# 更新日志 # 更新日志
### 3.22.1 | 2019.09.12
- 支持回复评论[#589](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/589)
### 3.22.0 | 2019.08.25 ### 3.22.0 | 2019.08.25
- 支持 CORS 预检 [#564](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/564) [#578](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/578) - 支持 CORS 预检 [#564](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/564) [#578](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/578)

View File

@ -1301,7 +1301,7 @@ mp3url 不能直接用 , 可通过 `/song/url` 接口传入歌曲 id 获取具
`content` :要发送的内容 `content` :要发送的内容
`commentId` :回复的评论id `commentId` :回复的评论id (回复评论时必填)
**调用例子** : `/comment?t=1&type=1&id=5436712&content=test` (往广岛之恋 mv 发送评论: test) **调用例子** : `/comment?t=1&type=1&id=5436712&content=test` (往广岛之恋 mv 发送评论: test)

View File

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