格式化

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

@@ -177,6 +177,9 @@ curl -G 'http://api.bilibili.com/x/web-interface/search/all/v2'\
-b 'SESSDATA=xxx'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code": 0,
@@ -568,6 +571,8 @@ curl -G 'http://api.bilibili.com/x/web-interface/search/all/v2'\
}
```
</details>
## 分类搜索web端
@@ -703,6 +708,9 @@ curl -G 'http://api.bilibili.com/x/web-interface/search/type'\
-b 'SESSDATA=xxx'
```
<details>
<summary>查看响应示例:</summary>
```json
{
"code": 0,
@@ -1425,3 +1433,4 @@ curl -G 'http://api.bilibili.com/x/web-interface/search/type'\
}
```
</details>