From 288459cddbbbedc952bc4c8c5d1b5f4f2864caa5 Mon Sep 17 00:00:00 2001 From: ElyPrism Date: Sun, 8 Mar 2026 11:59:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- module/voicelist_my_created.js | 2 +- public/docs/home.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/voicelist_my_created.js b/module/voicelist_my_created.js index 99296a9..84f73af 100644 --- a/module/voicelist_my_created.js +++ b/module/voicelist_my_created.js @@ -3,7 +3,7 @@ const createOption = require('../util/option.js') module.exports = (query, request) => { const data = { - limit: query.page || 20, + limit: query.limit || 20, } return request( `/api/social/my/created/voicelist/v1`, diff --git a/public/docs/home.md b/public/docs/home.md index 7db32c8..75dc8b5 100644 --- a/public/docs/home.md +++ b/public/docs/home.md @@ -4126,7 +4126,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009` `limit`: 取出歌单数量, 默认为 10 -`offset`: 偏移数量 , 用于分页 , 如 :( 评论页数 -1)\*200, 其中 200 为 limit 的值 +`offset`: 偏移数量 , 用于分页 , 默认为 30 ### 播客声音列表 @@ -5093,7 +5093,7 @@ let data = encodeURIComponent( **调用例子 :** `/song/like?id=2058263032&uid=32953014&like=true` -### 我创建的博客声音 +### 我创建的播客声音 说明 : 登录后调用此接口, 获取我创建的博客声音 @@ -5107,7 +5107,7 @@ let data = encodeURIComponent( ### 发布评论 -说明 : 登录后调用此接口, 传入歌曲 id, 评论内容等信息, 发布评论 +说明 : 登录后调用此接口, 传入评论线程 id, 评论内容等信息, 发布评论 **必选参数 :**