返回提交历史
Modified
.github/FUNDING.yml
+1
-1
Modified
README.md
+4
-0
Modified
grpc_api/bilibili/app/playeronline/v1/playeronline.proto
+3
-3
Modified
user/relation.md
+6
-6
XFEstudio/bilibili-API-collect
add Aifadian link
81c89cb
代码差异
4 个文件
+14
-10
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
9
9
liberapay: # Replace with a single Liberapay username
10
10
issuehunt: # Replace with a single IssueHunt username
11
11
otechie: # Replace with a single Otechie username
12
custom: [https://raw.githubusercontent.com/SocialSisterYi/bilibili-API-collect/master/sponsorQR.jpg]
12
custom: https://afdian.net/@ShakaiAneE
@@ -243,8 +243,12 @@ B 站空间:<https://space.bilibili.com/293793435>
243
243
244
244
~~请可爱的易姐喝杯奶茶~~
245
245
246
WeChat & Alipay:
247
246
248
<img src="imgs/sponsorQR.jpg" width="300" height="300">
247
249
250
OR Aifadian:https://afdian.net/@ShakaiAneE
251
248
252
# 相关项目
249
253
250
254
## 库及文档
@@ -14,7 +14,7 @@ message PlayerOnlineReq {
14
14
int64 aid = 1;
15
15
// 视频 cid
16
16
int64 cid = 2;
17
//
17
// 是否在播放中
18
18
bool play_open = 3;
19
19
}
20
20
@@ -22,9 +22,9 @@ message PlayerOnlineReq {
22
22
message PlayerOnlineReply {
23
23
//
24
24
string total_text = 1;
25
//
25
// 下次轮询间隔时间
26
26
int64 sec_next = 2;
27
//
27
// 是否底部显示
28
28
bool bottom_show = 3;
29
29
//
30
30
bool sdm_show = 4;
@@ -220,12 +220,12 @@ curl -G 'http://api.bilibili.com/x/relation/followers' \
220
220
221
221
根对象:
222
222
223
| 字段 | 类型 | 内容 | 备注 |
224
| ------- | ---- | -------- | --------------------------------------------------- |
225
| code | num | 返回值 | 0:成功<br />-400:请求错误<br />22007:访问超过5页 |
226
| message | str | 错误信息 | 默认为0 |
227
| ttl | num | 1 | |
228
| data | obj | 信息本体 | |
223
| 字段 | 类型 | 内容 | 备注 |
224
| ------- | ---- | -------- | ------------------------------------------------------------ |
225
| code | num | 返回值 | 0:成功<br />-400:请求错误<br />22007:访问超过5页<br />22115:用户已设置隐私,无法查看 |
226
| message | str | 错误信息 | 默认为0 |
227
| ttl | num | 1 | |
228
| data | obj | 信息本体 | |
229
229
230
230
data 对象:
231
231