Merge branch 'SocialSisterYi:master' into master

This commit is contained in:
7rikka 2022-03-30 21:18:16 +08:00 committed by GitHub
commit 34037852b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 10 deletions

2
.github/FUNDING.yml vendored
View File

@ -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

View File

@ -243,8 +243,12 @@ B 站空间:<https://space.bilibili.com/293793435>
~~请可爱的易姐喝杯奶茶~~
WeChat & Alipay
<img src="imgs/sponsorQR.jpg" width="300" height="300">
OR Aifadianhttps://afdian.net/@ShakaiAneE
# 相关项目
## 库及文档

View File

@ -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;

View File

@ -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 对象:

View File

@ -60,6 +60,7 @@
| attribute | num | 0 | 作用尚不明确 |
| liked | num | 是否已经点赞 | 0未点赞<br />1已点赞<br />需要登录(Cookie) <br />未登录为0 |
| hated | num | 是否已经点踩 | 0未点踩<br />1已点踩<br />需要登录(Cookie) <br />未登录为0 |
| extra_attr | num | ? ? ? | |
`data`数组中的对象中的`count`对象: