Update appeal.md (#964)

哔哩哔哩更新了他的举办接口
This commit is contained in:
om(o・ω・o)m 2024-02-14 10:29:05 +08:00 committed by GitHub
parent 0bf212535e
commit 8001a7b0da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,8 +373,7 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
## 投诉稿件
> https://api.bilibili.com/x/web-interface/archive/appeal
> https://api.bilibili.com/x/web-interface/appeal/v2/submit
*请求方式POST*
认证方式CookieSESSDATA)
@ -383,12 +382,15 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ------ | ---- | ------------------------ | ------ | ------------------------ |
| csrf | str | csrf token(位于cookie) | 必要 | 在url params中 |
| jsonp | str | jsonp | 必要? | 意义不明位于url params |
| csrf | str | csrf token(位于cookie bili_jct) | 必要 | 位于request body |
| aid | num | 稿件aid | 必要 | 位于request body |
| tid | num | 投诉理由tid | 必要 | 位于request body |
| desc | str | 投诉理由详细描述 | 必要 | 位于request body |
| attach | str | 附件(多个附件用逗号隔开 | 非必要 | 位于request body |
| buid | str | 风控代码 | 必要 | 位于request header |
| Buid | str | 风控代码 | 必要 | 位于request cookies |
上下两个buid值必须相同可随机
**json回复**
@ -401,7 +403,8 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
**示例举报av号为61080066的视频理由为人身攻击描述为“xxxxx”并附带了一个图片附件
```bash
curl --location --request POST 'https://api.bilibili.com/x/web-interface/archive/appeal?jsonp=jsonp&csrf=xxxx' \
curl --location --request POST 'https://api.bilibili.com/x/web-interface/appeal/v2/submit' \
--form 'csrf="xxxx"'\
--form 'aid="61080066"' \
--form 'tid="7"' \
--form 'desc="xxxxx"' \