From 1320e5780bfa70465b5e9d0cb94475f830a13826 Mon Sep 17 00:00:00 2001 From: imsyy Date: Sat, 28 Feb 2026 14:52:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/home.md | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/public/docs/home.md b/public/docs/home.md index a4cc0c9..c782a30 100644 --- a/public/docs/home.md +++ b/public/docs/home.md @@ -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,以及排序方式,可获取对应资源的评论