mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-25 20:10:06 +08:00
add Aifadian link
This commit is contained in:
parent
af340e3eb6
commit
81c89cbc28
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: [https://raw.githubusercontent.com/SocialSisterYi/bilibili-API-collect/master/sponsorQR.jpg]
|
||||
custom: https://afdian.net/@ShakaiAneE
|
||||
|
@ -243,8 +243,12 @@ B 站空间:<https://space.bilibili.com/293793435>
|
||||
|
||||
~~请可爱的易姐喝杯奶茶~~
|
||||
|
||||
WeChat & Alipay:
|
||||
|
||||
<img src="imgs/sponsorQR.jpg" width="300" height="300">
|
||||
|
||||
OR Aifadian:https://afdian.net/@ShakaiAneE
|
||||
|
||||
# 相关项目
|
||||
|
||||
## 库及文档
|
||||
|
@ -14,7 +14,7 @@ message PlayerOnlineReq {
|
||||
int64 aid = 1;
|
||||
// 视频 cid
|
||||
int64 cid = 2;
|
||||
//
|
||||
// 是否在播放中
|
||||
bool play_open = 3;
|
||||
}
|
||||
|
||||
@ -22,9 +22,9 @@ message PlayerOnlineReq {
|
||||
message PlayerOnlineReply {
|
||||
//
|
||||
string total_text = 1;
|
||||
//
|
||||
// 下次轮询间隔时间
|
||||
int64 sec_next = 2;
|
||||
//
|
||||
// 是否底部显示
|
||||
bool bottom_show = 3;
|
||||
//
|
||||
bool sdm_show = 4;
|
||||
|
@ -220,12 +220,12 @@ curl -G 'http://api.bilibili.com/x/relation/followers' \
|
||||
|
||||
根对象:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------- | ---- | -------- | --------------------------------------------------- |
|
||||
| code | num | 返回值 | 0:成功<br />-400:请求错误<br />22007:访问超过5页 |
|
||||
| message | str | 错误信息 | 默认为0 |
|
||||
| ttl | num | 1 | |
|
||||
| data | obj | 信息本体 | |
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------- | ---- | -------- | ------------------------------------------------------------ |
|
||||
| code | num | 返回值 | 0:成功<br />-400:请求错误<br />22007:访问超过5页<br />22115:用户已设置隐私,无法查看 |
|
||||
| message | str | 错误信息 | 默认为0 |
|
||||
| ttl | num | 1 | |
|
||||
| data | obj | 信息本体 | |
|
||||
|
||||
data 对象:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user