XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

add Aifadian link

81c89cb
社会易姐QwQ <45892418+SocialSisterYi@users.noreply.github.com>
提交于

代码差异

4 个文件 +14 -10
Modified .github/FUNDING.yml +1 -1
@@ -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
Modified README.md +4 -0
@@ -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 ## 库及文档
Modified grpc_api/bilibili/app/playeronline/v1/playeronline.proto +3 -3
@@ -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;
Modified user/relation.md +6 -6
@@ -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