返回提交历史
Modified
creativecenter/statistics&data.md
+0
-22
XFEstudio/bilibili-API-collect
什么光速合并,我甚至还没改完 (#616)
* Update statistics&data.md * Update statistics&data.md
2dd8993
代码差异
1 个文件
+0
-22
@@ -35,7 +35,6 @@
35
35
36
36
| 字段 | 类型 | 内容 | 备注 |
37
37
| ----------------- | ---- | -------------- | ---- |
38
| fan_recent_thirty | obj | 粉丝数变化情况 | |
39
38
| inc_coin | num | 新增投币数 | |
40
39
| inc_elec | num | 新增充电数 | |
41
40
| inc_fav | num | 新增收藏数 | |
@@ -55,27 +54,6 @@
55
54
| total_reply | num | 总计评论数 | |
56
55
| total_share | num | 总计分享数 | |
57
56
58
`data`中的`fan_recent_thirty`对象:
59
60
| 字段 | 类型 | 内容 | 备注 |
61
| -------- | ---- | -------- | ---- |
62
| follow | obj | 涨粉情况 | |
63
| unfollow | obj | 掉粉情况 | |
64
65
`fan_recent_thirty`中的`follow`对象:
66
67
| 字段 | 类型 | 内容 | 备注 |
68
| ------------ | ---- | ------ | ---------------- |
69
| {YYYYMMDD} | num | 涨粉数 | 字段名为日期 |
70
| …… | num | …… | 近30天的涨粉情况 |
71
72
`fan_recent_thirty`中的`unfollow`对象:
73
74
| 字段 | 类型 | 内容 | 备注 |
75
| ------------ | ---- | ------ | ---------------- |
76
| {YYYYMMDD} | num | 掉粉数 | 字段名为日期 |
77
| …… | num | …… | 近30天的掉粉情况 |
78
79
57
**示例:**
80
58
81
59
```shell