From 0ac874d5d871581b5a47252f23117d25af142c63 Mon Sep 17 00:00:00 2001 From: MineCreeper86 <61276297+MineCreeper86@users.noreply.github.com> Date: Sat, 8 Aug 2020 21:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E7=A8=BF-=E9=87=8C=E7=A8=8B=E7=A2=91?= =?UTF-8?q?=E7=9A=84=E7=AA=81=E7=A0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/articles.md | 49 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 12 deletions(-) diff --git a/article/articles.md b/article/articles.md index 42519db..ea27a86 100644 --- a/article/articles.md +++ b/article/articles.md @@ -64,15 +64,40 @@ `data`中的`articles`数组中的对象: -| 字段 | 类型 | 内容 | 备注 | -| ------------ | ----- | -------------- | ------------ | -| id | num | 专栏cvID | | -| title | str | 文章标题 | | -| state | num | 0 | 作用尚不明确 | -| publish_time | num | 发布时间 | 秒时间戳 | -| words | num | 文章字数 | | -| image_urls | array | 文章封面 | | -| category | obj | 文章标签 | | -| categories | array | 文章标签列表 | | -| summary | str | 文章摘要 | | -| stats | obj | 文章状态数信息 | | \ No newline at end of file +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ----- | -------------- | ---------------------------------------------------------------- | +| id | num | 专栏cvID | | +| title | str | 文章标题 | | +| state | num | 0 | 作用尚不明确 | +| publish_time | num | 发布时间 | 秒时间戳 | +| words | num | 文章字数 | | +| image_urls | array | 文章封面 | | +| category | obj | 文章标签 | | +| categories | array | 文章标签列表 | | +| summary | str | 文章摘要 | | +| stats | obj | 文章状态数信息 | | +| like_state | num | 是否点赞 | 0:未点赞
1:已点赞
需要登录(SESSDATA)
未登录为0 | + +`articles`数组中的对象中的`stats`: + +| 字段 | 类型 | 内容 | 备注 | +| -------- | ---- | ---------- | ---- | +| view | num | 阅读数 | | +| favorite | num | 收藏数 | | +| like | num | 点赞数 | | +| dislike | num | 点踩数 | | +| reply | num | 评论数 | | +| share | num | 分享数 | | +| coin | num | 投币数 | | +| dynamic | num | 动态转发数 | | + +`articles`数组中的对象中的`author`: + +| 字段 | 类型 | 内容 | 备注 | +| --------------- | ---- | -------------- | ---- | +| mid | num | 作者UID | | +| name | str | 作者昵称 | | +| face | str | 作者头像url | | +| official_verify | obj | 作者认证信息 | | +| nameplate | obj | 作者勋章 | | +| vip | obj | 作者大会员状态 | | \ No newline at end of file