格式化

This commit is contained in:
MineCreeper86
2020-08-31 16:37:38 +08:00
parent 77b660313b
commit cd410bb56d
68 changed files with 987 additions and 15 deletions

View File

@@ -55,4 +55,3 @@ Token有效期为1月更改密码或过期失效
使用参数` access_key `进行身份验证有效期为1月作用同`SESSDATA`
可以使用` refresh_token `进行刷新

View File

@@ -56,4 +56,3 @@
| -688 | 地理区域限制 |
| -689 | 版权限制 |
| -701 | 扣节操失败 |

View File

@@ -35,6 +35,9 @@
curl 'http://api.bilibili.com/x/web-interface/zone'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code":0,
@@ -54,3 +57,4 @@ curl 'http://api.bilibili.com/x/web-interface/zone'
}
```
</details>

View File

@@ -27,6 +27,9 @@
curl 'http://api.bilibili.com/x/report/click/now'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code": 0,
@@ -38,3 +41,4 @@ curl 'http://api.bilibili.com/x/report/click/now'
}
```
</details>