From 945ab954cfa4eba4f82ad4a79a535306ce1c5a00 Mon Sep 17 00:00:00 2001 From: MineCreeper86 <61276297+MineCreeper86@users.noreply.github.com> Date: Sat, 8 Aug 2020 17:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=82=9D=E6=8D=90=E7=8C=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/articles.md | 47 +++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/article/articles.md b/article/articles.md index b4ec200..70c2561 100644 --- a/article/articles.md +++ b/article/articles.md @@ -37,17 +37,36 @@ `data`中的`list`对象: -| 字段 | 类型 | 内容 | 备注 | -| -------------- | ---- | ------------ | ------------------------ | -| id | num | 文集ID | | -| mid | num | 文集作者UID | | -| name | str | 文集作者昵称 | | -| image_url | str | 文集封面url | | -| update_time | num | 更新时间 | 秒时间戳 | -| ctime | num | 创建时间 | 秒时间戳 | -| publish_time | num | 发布时间 | 秒时间戳 | -| summary | str | 文集简介 | | -| words | num | 文集字数 | | -| read | num | 文集阅读量 | | -| articles_count | num | 文章数量 | | -| state | num | 0 | 作用尚不明确 | \ No newline at end of file +| 字段 | 类型 | 内容 | 备注 | +| -------------- | ---- | ------------ | ------------ | +| id | num | 文集ID | | +| mid | num | 文集作者UID | | +| name | str | 文集作者昵称 | | +| image_url | str | 文集封面url | | +| update_time | num | 更新时间 | 秒时间戳 | +| ctime | num | 创建时间 | 秒时间戳 | +| publish_time | num | 发布时间 | 秒时间戳 | +| summary | str | 文集简介 | | +| words | num | 文集字数 | | +| read | num | 文集阅读量 | | +| articles_count | num | 文章数量 | | +| state | num | 1或3 | 作用尚不明确 | +| reason | str | 空 | 作用尚不明确 | +| apply_time | str | 空 | 作用尚不明确 | +| check_time | str | 空 | 作用尚不明确 | + +`data`中的`articles`数组: + +| 项 | 类型 | 内容 | 备注 | +| ---- | ---- | ----------------- | ---- | +| 0 | obj | 列表第1篇文章 | | +| n | obj | 列表第(n+1)篇文章 | | + +`data`中的`articles`数组中的对象: + +| 字段 | 类型 | 内容 | 备注 | +| ------------ | ---- | ------------ | ------------ | +| id | num | 专栏cvID | | +| title | str | 文章标题 | | +| state | num | 0 | 作用尚不明确 | +| publish_time | num | 发布时间 | 秒时间戳 | \ No newline at end of file