提交 254426fa 编写于 作者: B binaryify

v3.22.1 支持回复评论 #589

上级 8b36cdec
# 更新日志
### 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)
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.22.0",
"version": "3.22.1",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册