Skip to content

Commit

Permalink
例行更新
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialSisterYi committed Mar 18, 2020
1 parent 531da1c commit 753f7ca
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,3 @@ B站专栏同步推出[《B站api研究记》](https://www.bilibili.com/read/rea
不了解http的请移步,[传送门](https://www.cnblogs.com/an-wen/p/11180076.html)

不了解json的请移步,[传送门](https://www.sojson.com/json/json_index.html)
<<<<<<< HEAD

=======
>>>>>>> 619133fb992b5ab4ed99712460b4ba7655563c42
2 changes: 1 addition & 1 deletion login/QR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
5. if "data"==-5 goto 3 && 提示「已扫描」 else goto 1&提示二维码超时或错误(秘钥是否有效)
6. 成功后会自动配置cookie 如需登录游戏分站则访问"data"."url"中的url

<img src="/imgs/2233login.png" align="left"/>
<img src="/imgs/2233login.png"/>



Expand Down
2 changes: 1 addition & 1 deletion user/info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 用户详细信息

<img src="/imgs/akari.jpg" width="100" height="100"/>
<img src="/imgs/akari.jpg" width="200" height="200"/>

## 用户详细信息1 (用于空间)
api.bilibili.com/x/space/acc/info
Expand Down
2 changes: 1 addition & 1 deletion video/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ UP主头像为:

http://i0.hdslb.com/bfs/face/5387950a59be8038daaae3f66dfb5a85e20d5737.jpg

<img src="http://i0.hdslb.com/bfs/face/5387950a59be8038daaae3f66dfb5a85e20d5737.jpg" align="left" width="100" height="100" />
<img src="http://i0.hdslb.com/bfs/face/5387950a59be8038daaae3f66dfb5a85e20d5737.jpg" width="100" height="100" />



Expand Down
26 changes: 25 additions & 1 deletion video/like_coin_fav.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ curl -b "SESSDATA=xxx" -d "aid=79677524&like=1&csrf=xxx" "http://api.bilibili.co
}
```

成功为视频av79677524点赞



### 投币视频

<img src="/imgs/coin.svg" width="100" height="100"/>
Expand Down Expand Up @@ -89,6 +93,10 @@ curl -b "SESSDATA=xxx" -d "aid=90671873&select_like=1&multiply=2&csrf=xxx" "api.
}
```

成功为视频av90671873投币2枚



### 收藏视频

<img src="/imgs/fav.svg" width="100" height="100"/>
Expand Down Expand Up @@ -139,6 +147,10 @@ curl --referer "http://www.bilibili.com" -b "SESSDATA=xxx" -d "rid=90671873&type
}
```

成功将av49166435收藏到收藏夹ID为49166435的收藏夹中



### 一键三连视频

<img src="/imgs/like.svg" align="left" width="50" height="50"/><img src="/imgs/coin.svg" align="left" width="50" height="50"/><img src="/imgs/fav.svg" width="50" height="50"/>
Expand Down Expand Up @@ -192,6 +204,10 @@ curl -b "SESSDATA=xxx" -d "aid=91003840&csrf=xxx" "http://api.bilibili.com/x/web
}
```

成功将视频av91003840一键三连



## 判断状态

### 视频被收藏
Expand Down Expand Up @@ -242,6 +258,10 @@ http://api.bilibili.com/x/v2/fav/video/favoured?aid=46281123
}
```

视频av46281123的状态为已收藏



### 视频被点赞

<img src="/imgs/like.svg" width="100" height="100"/>
Expand Down Expand Up @@ -280,6 +300,10 @@ http://api.bilibili.com/x/web-interface/archive/has/like?aid=39330059
}
```

视频av39330059的状态为已点赞



### 视频被投币

<img src="/imgs/coin.svg" width="100" height="100"/>
Expand Down Expand Up @@ -326,5 +350,5 @@ http://api.bilibili.com/x/web-interface/archive/coins?aid=37896701
}
```


视频av37896701的投币数为2枚

0 comments on commit 753f7ca

Please sign in to comment.