From de5499e8ac3b29de5f78f37a57fc3de1953462b0 Mon Sep 17 00:00:00 2001 From: Kamisato-Ayaka-233 <2627706725@qq.com> Date: Fri, 1 Sep 2023 21:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90P=E3=80=91=E4=BF=AE=E5=A4=8D=E2=80=9C?= =?UTF-8?q?=E7=B1=B3=E6=B8=B8=E7=A4=BE=E6=96=87=E7=AB=A0=E2=80=9D=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E2=80=9C=E8=8E=B7=E5=8F=96=E8=AF=84=E8=AE=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E2=80=9D=E7=9A=84=E7=BC=BA=E5=A4=B1=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hoyolab/article/article.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hoyolab/article/article.md b/hoyolab/article/article.md index 7882d1d..5f9c31c 100644 --- a/hoyolab/article/article.md +++ b/hoyolab/article/article.md @@ -1025,17 +1025,17 @@ _请求方式:GET_ | 字段 | 类型 | 内容 | 备注 | | --- | ---- | ---- | ---- | -| gids | num | 游戏id | | -| is_hot | bool | 是否以热度排序 | | -| post_id | num | 文章id | | -| size | num | 请求的最大评论数量(0-20) | | -| last_id | num | 从last_id处向下获取评论 | 若不传入该字段,则默认从评论第1条开始获取 | +| is_hot | bool | 是否以热度排序 | 若未指定参数`order_type`,则必须传递此参数为true | +| order_type | num | 排序方式
1 最早(发布时间升序)
2 最新(发布时间倒序) | 若参数`is_hot`非true,则必须传递此参数 | +| post_id | num | 将要获取评论的文章的ID | | +| size | num | 请求的最大评论数量 | 范围为0-20 | +| last_id | num | 从该评论ID处向下获取评论 | 若不传入该字段,则默认从评论第1条开始获取 | 根对象: | 字段 | 类型 | 内容 | 备注 | | --- | ---- | ---- | ---- | -| retcode | num | 返回码
1101 参数`post_id`对应的文章不存在 | | +| retcode | num | 返回码
-1 参数`post_id`对应的文章不存在 | | | message | str | 返回消息 | | | data | obj | 评论信息 | |