返回提交历史
Modified
docs/video/appeal.md
+8
-5
XFEstudio/bilibili-API-collect
Update appeal.md (#964)
哔哩哔哩更新了他的举办接口
8001a7b
代码差异
1 个文件
+8
-5
@@ -373,8 +373,7 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
373
373
374
374
## 投诉稿件
375
375
376
> https://api.bilibili.com/x/web-interface/archive/appeal
377
376
> https://api.bilibili.com/x/web-interface/appeal/v2/submit
378
377
*请求方式:POST*
379
378
380
379
认证方式:Cookie(SESSDATA)
@@ -383,12 +382,15 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
383
382
384
383
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
385
384
| ------ | ---- | ------------------------ | ------ | ------------------------ |
386
| csrf | str | csrf token(位于cookie) | 必要 | 在url params中 |
387
| jsonp | str | jsonp | 必要? | 意义不明,位于url params |
385
| csrf | str | csrf token(位于cookie bili_jct) | 必要 | 位于request body |
388
386
| aid | num | 稿件aid | 必要 | 位于request body |
389
387
| tid | num | 投诉理由tid | 必要 | 位于request body |
390
388
| desc | str | 投诉理由详细描述 | 必要 | 位于request body |
391
389
| attach | str | 附件(多个附件用逗号隔开 | 非必要 | 位于request body |
390
| buid | str | 风控代码 | 必要 | 位于request header |
391
| Buid | str | 风控代码 | 必要 | 位于request cookies |
392
393
上下两个buid值必须相同,可随机
392
394
393
395
**json回复:**
394
396
@@ -401,7 +403,8 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
401
403
**示例:举报av号为61080066的视频,理由为人身攻击,描述为“xxxxx”,并附带了一个图片附件
402
404
403
405
```bash
404
curl --location --request POST 'https://api.bilibili.com/x/web-interface/archive/appeal?jsonp=jsonp&csrf=xxxx' \
406
curl --location --request POST 'https://api.bilibili.com/x/web-interface/appeal/v2/submit' \
407
--form 'csrf="xxxx"'\
405
408
--form 'aid="61080066"' \
406
409
--form 'tid="7"' \
407
410
--form 'desc="xxxxx"' \