格式化
This commit is contained in:
@@ -68,6 +68,9 @@ curl 'http://api.bilibili.com/x/v2/reply/add'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -222,6 +225,8 @@ curl 'http://api.bilibili.com/x/v2/reply/add'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 点赞评论
|
||||
|
||||
> http://api.bilibili.com/x/v2/reply/action
|
||||
@@ -266,6 +271,9 @@ curl 'http://api.bilibili.com/x/v2/reply/action'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -274,6 +282,8 @@ curl 'http://api.bilibili.com/x/v2/reply/action'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 点踩评论
|
||||
|
||||
> http://api.bilibili.com/x/v2/reply/hate
|
||||
@@ -318,6 +328,9 @@ curl 'http://api.bilibili.com/x/v2/reply/hate'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -326,6 +339,8 @@ curl 'http://api.bilibili.com/x/v2/reply/hate'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 删除评论
|
||||
|
||||
> http://api.bilibili.com/x/v2/reply/del
|
||||
@@ -368,6 +383,9 @@ curl 'http://api.bilibili.com/x/v2/reply/del'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -376,6 +394,8 @@ curl 'http://api.bilibili.com/x/v2/reply/del'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 置顶评论
|
||||
|
||||
> http://api.bilibili.com/x/v2/reply/top
|
||||
@@ -420,6 +440,9 @@ curl 'http://api.bilibili.com/x/v2/reply/top'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -428,6 +451,8 @@ curl 'http://api.bilibili.com/x/v2/reply/top'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 举报评论
|
||||
|
||||
> http://api.bilibili.com/x/v2/reply/report
|
||||
@@ -494,6 +519,9 @@ curl 'http://api.bilibili.com/x/v2/reply/report'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -502,3 +530,4 @@ curl 'http://api.bilibili.com/x/v2/reply/report'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user