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