feat: 更新文档

This commit is contained in:
imsyy 2026-02-28 14:52:13 +08:00
parent bde1f0864b
commit 1320e5780b
No known key found for this signature in database
GPG Key ID: ACA2DDC7B910F2AE

View File

@ -1718,6 +1718,30 @@ tags: 歌单标签
**调用例子 :** `/comment/info/list?type=0&ids=186016,347230`
**返回数据 :**
```json
{
"data": [
{
"latestLikedUsers": null,
"liked": false,
"comments": null,
"resourceType": 4,
"resourceId": 186016,
"commentUpgraded": false,
"musicianSaidCount": 0,
"commentCountDesc": "100w+",
"likedCount": 347,
"commentCount": 1970844,
"shareCount": 109721,
"threadId": "R_SO_4_186016"
}
],
"code": 200
}
```
### 热门评论
说明 : 调用此接口 , 传入 type, 资源 id 可获得对应资源热门评论 ( 不需要登录 )
@ -1756,30 +1780,6 @@ tags: 歌单标签
**调用例子 :** `/comment/hot?id=186016&type=0`
**返回数据 :**
```json
{
"data": [
{
"latestLikedUsers": null,
"liked": false,
"comments": null,
"resourceType": 4,
"resourceId": 186016,
"commentUpgraded": false,
"musicianSaidCount": 0,
"commentCountDesc": "100w+",
"likedCount": 347,
"commentCount": 1970844,
"shareCount": 109721,
"threadId": "R_SO_4_186016"
}
],
"code": 200
}
```
### 新版评论接口
说明 : 调用此接口 , 传入资源类型和资源 id,以及排序方式,可获取对应资源的评论