From dba58730b35f9ac4f734ae85fd51a3fe51d8a78e Mon Sep 17 00:00:00 2001 From: Error063 Date: Fri, 14 Jul 2023 13:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=90=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=AF=84=E8=AE=BA=E4=BF=A1=E6=81=AF=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hoyolab/article/article.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hoyolab/article/article.md b/hoyolab/article/article.md index b0ef25c..d3d2f9e 100644 --- a/hoyolab/article/article.md +++ b/hoyolab/article/article.md @@ -1147,8 +1147,8 @@ _请求方式:GET_ | 字段 | 类型 | 内容 | 备注 | | ----------------------- | ---- | ------------------- | ---------------------------- | -| content | str | 评论内容 | | -| created_at | num | 发布日期 | | +| content | str | 评论内容 | 内容为html结构 | +| created_at | num | 发布时间 | 时间为unix时间戳 | | delete_src | num | 待调查 | | | deleted_at | num | 待调查 | | | f_forum_id | num | 文章板块id | | @@ -1167,7 +1167,7 @@ _请求方式:GET_ | struct_content | str | 结构化的评论内容 | 可使用json解析器对其进行解析 | | structured_content_rows | arr | 待调查 | | | uid | str | 发表评论的用户的uid | | -| updated_at | num | 上次更新时间 | | +| updated_at | num | 上次更新时间 | 时间为unix时间戳 | `data`对象→`list`数组→对象→`stat`对象 或 `data`对象→`list`数组→对象→`sub_replies`对象→`stat`对象: