mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 05:20:07 +08:00
肝捐献
This commit is contained in:
parent
51408fde08
commit
945ab954cf
@ -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 | 作用尚不明确 |
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------------- | ---- | ------------ | ------------ |
|
||||
| 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 | 发布时间 | 秒时间戳 |
|
Loading…
Reference in New Issue
Block a user