mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 15:02:08 +08:00
v3.22.1 支持回复评论 #589
This commit is contained in:
parent
8b36cdece5
commit
254426fa0c
@ -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)
|
||||
|
||||
|
@ -1301,7 +1301,7 @@ mp3url 不能直接用 , 可通过 `/song/url` 接口传入歌曲 id 获取具
|
||||
|
||||
`content` :要发送的内容
|
||||
|
||||
`commentId` :回复的评论id
|
||||
`commentId` :回复的评论id (回复评论时必填)
|
||||
|
||||
**调用例子** : `/comment?t=1&type=1&id=5436712&content=test` (往广岛之恋 mv 发送评论: test)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "3.22.0",
|
||||
"version": "3.22.1",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user