格式化文档 & 移除无法获取的单日排行榜描述 (#176)

* feat: 使用 markdownlint 格式化文档

* 单日榜已经无法从该API获得,移除相关信息
This commit is contained in:
Jannchie 2021-04-01 13:19:45 +09:00 committed by GitHub
parent 6f235ba1ec
commit d4ec0ec7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 399 additions and 400 deletions

View File

@ -16,8 +16,6 @@
<img src="https://img.shields.io/github/license/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub license"/>
</a>
</p>
<h3 align="center">野生API文档</h3>
<h3 align="center">不断更新中....</h3>
本项目旨在对B站web端、移动端以及TV端散落在世界各地的野生api进行收集整理研究使用方法并对其进行说明运用了黑箱法、控制变量法、js逆向分析法、apk拆包及反编译法、网络抓包法等研究办法
@ -51,10 +49,10 @@ PS所有http协议地址均可使用https文档中为了统一写作`http`
- [grpc接口](grpc_api)×
- [登录](login)
- [登录操作(人机认证)](login/login_action)√
+ [短信登录](login/login_action/SMS.md)√
+ [密码登录](login/login_action/password.md)√
+ [二维码登录](login/login_action/QR.md)√
+ SNS登录QQ&微博)
- [短信登录](login/login_action/SMS.md)√
- [密码登录](login/login_action/password.md)√
- [二维码登录](login/login_action/QR.md)√
- SNS登录QQ&微博)
- [登录基本信息](login/login_info.md)√
- [个人中心](login/member_center.md)×
- [注销登录](login/exit.md)×
@ -220,9 +218,9 @@ protobuf序列格式[传送门](https://www.jianshu.com/p/a24c88c0526a )
QQ粉丝交流群[1136462265](https://jq.qq.com/?_wv=1027&k=s1M0LCcu)
B站空间https://space.bilibili.com/293793435
B站空间<https://space.bilibili.com/293793435>
个人博客https://shakaianee.top
个人博客:<https://shakaianee.top>
# 发电
@ -232,9 +230,9 @@ B站空间https://space.bilibili.com/293793435
<img src="imgs/sponsorQR.jpg" width="300" height="300">
# 相关项目
# 相关项目
## 库及文档
## 库及文档
- [jingyuexing/bilibiliAPI](https://github.com/jingyuexing/bilibiliAPI)
- [fython/BilibiliAPIDocs](https://github.com/fython/BilibiliAPIDocs)
@ -246,7 +244,7 @@ B站空间https://space.bilibili.com/293793435
- [flaribbit/bilibili-manga-spider](https://github.com/flaribbit/bilibili-manga-spider)
- [simon300000/bili-api](https://github.com/simon300000/bili-api)
## 成品
## 成品
- [3Shain/BiliChat](https://github.com/3Shain/BiliChat) : 基于h5的B站直播弹幕姬
- [AncientLysine/BiliLocal](https://github.com/AncientLysine/BiliLocal):本地弹幕播放器
@ -263,6 +261,6 @@ B站空间https://space.bilibili.com/293793435
- [JunzhouLiu/BILIBILI-HELPER](https://github.com/JunzhouLiu/BILIBILI-HELPER):利用GitHub Action定时任务实现B站哔哩哔哩Bilibili每日自动投币签到银瓜子兑换硬币领取大会员福利大会员月底给自己充电等。每天轻松获取65经验值。
- [the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved):强大的哔哩哔哩增强脚本: 下载视频, 音乐, 封面, 弹幕 / 简化直播间, 评论区, 首页 / 自定义顶栏, 删除广告, 夜间模式 / 触屏设备支持
## 其他
## 其他
- [kuresaru/geetest-validator](https://github.com/kuresaru/geetest-validator):geetest调试器

View File

@ -2,13 +2,14 @@
<img src="/imgs/ranking.svg" width="100" height="100"/>
- [视频排行榜](#视频排行榜)
- [获取分区视频排行榜列表](#获取分区视频排行榜列表)
---
## 获取分区视频排行榜列表
>http://api.bilibili.com/x/web-interface/ranking/region
><http://api.bilibili.com/x/web-interface/ranking/region>
*请求方式GET*
@ -17,8 +18,8 @@
**url参数**
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ------ | ---- | ----------- | ------ | ---------------------------------------------------- |
| day | num | 页码 | 非必要 | 1单日榜<br />3三日榜<br />7一周榜<br />默认为3 |
| ------ | ---- | ----------- | ------ | ------------------------------------- |
| day | num | 页码 | 非必要 | 3三日榜<br />7一周榜<br />默认为3 |
| rid | num | 目标分区tID | 必要 | |
**json回复**
@ -26,7 +27,7 @@
根对象:
| 字段 | 类型 | 内容 | 备注 |
| ------- | ------ | -------- | --------------------------- |
| ------- | ----- | -------- | --------------------------- |
| code | num | 返回值 | 0成功<br />-400请求错误 |
| message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | |
@ -35,7 +36,7 @@
`data`数组:
| 项 | 类型 | 内容 | 备注 |
| ---- | ---- | --------------- | ---- |
| --- | ---- | --------------- | ---- |
| 0 | obj | 排行榜第1名 | |
| n | obj | 排行榜第(n+1)名 | |
| …… | obj | …… | …… |