mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-13 21:30:06 +08:00
什么光速合并,我甚至还没改完 (#616)
* Update statistics&data.md * Update statistics&data.md
This commit is contained in:
parent
c80d0e5f9f
commit
2dd8993be7
@ -35,7 +35,6 @@
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ----------------- | ---- | -------------- | ---- |
|
||||
| fan_recent_thirty | obj | 粉丝数变化情况 | |
|
||||
| inc_coin | num | 新增投币数 | |
|
||||
| inc_elec | num | 新增充电数 | |
|
||||
| inc_fav | num | 新增收藏数 | |
|
||||
@ -55,27 +54,6 @@
|
||||
| total_reply | num | 总计评论数 | |
|
||||
| total_share | num | 总计分享数 | |
|
||||
|
||||
`data`中的`fan_recent_thirty`对象:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------- | ---- | -------- | ---- |
|
||||
| follow | obj | 涨粉情况 | |
|
||||
| unfollow | obj | 掉粉情况 | |
|
||||
|
||||
`fan_recent_thirty`中的`follow`对象:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------------ | ---- | ------ | ---------------- |
|
||||
| {YYYYMMDD} | num | 涨粉数 | 字段名为日期 |
|
||||
| …… | num | …… | 近30天的涨粉情况 |
|
||||
|
||||
`fan_recent_thirty`中的`unfollow`对象:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------------ | ---- | ------ | ---------------- |
|
||||
| {YYYYMMDD} | num | 掉粉数 | 字段名为日期 |
|
||||
| …… | num | …… | 近30天的掉粉情况 |
|
||||
|
||||
**示例:**
|
||||
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user