Skip to content

Commit

Permalink
fix: 错误的显示和链接和数据类型 (#954)
Browse files Browse the repository at this point in the history
* fix: 错误的链接和数据类型

* fix(appeal.md): 不正确的类型 & 更新响应示例
  • Loading branch information
SessionHu authored Jan 29, 2024
1 parent 4e3c922 commit 12e014a
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/login/login_action/QR.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ curl 'https://passport.snm0516.aisee.tv/x/passport-tv-login/qrcode/poll' \

### appkey 可用列表

**仅覆盖 [docs/misc/sign/APPKey](docs/misc/sign/APPKey.html) 中包含的 appkey**
**仅覆盖 [docs/misc/sign/APPKey](../../misc/sign/APPKey.md) 中包含的 appkey**

| APPKEY | APPSEC | platform | APP类型 | neuronAppId | mobi_app<sup>2</sup> | 备注 |
| :--------------: | :------------------------------: | :------------------: | :----------------: | :---------------------: | :------------------: | :----------------------------------------: |
Expand Down
1 change: 1 addition & 0 deletions docs/note/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ curl 'https://api.bilibili.com/x/note/del' \

<details>
<summary>查看响应示例:</summary>

```json
{
"code": 0,
Expand Down
2 changes: 1 addition & 1 deletion docs/teenager/teenager_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*请求方式:POST*

认证方式:APP(详见[设备各类标识算法](docs/misc/device_identity.md)
认证方式:APP(详见[设备各类标识算法](../misc/device_identity.md)

**POST参数:**

Expand Down
3 changes: 3 additions & 0 deletions docs/user/relation.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ curl -G 'https://api.bilibili.com/x/relation/followings/search' \

<details>
<summary>查看响应示例:</summary>

```json
{
"code": 0,
Expand Down Expand Up @@ -856,6 +857,7 @@ curl -G 'https://api.bilibili.com/x/relation/friends' \

<details>
<summary>查看响应示例:</summary>

```json
{
"code": 0,
Expand Down Expand Up @@ -1088,6 +1090,7 @@ curl -G 'https://api.bilibili.com/x/relation/blacks' \

<details>
<summary>查看响应示例:</summary>

```json
{
"code": 0,
Expand Down
188 changes: 156 additions & 32 deletions docs/video/appeal.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| code | num | | 成功为0 |
| message | str | | 成功为0 |
| ttl | num | 1 | |
| data | List\<object> | | |
| data | array | | |

`data`数组:

Expand All @@ -40,9 +40,9 @@
| remark | str | 类型备注 | |
| ctime | str | | 意义不明 |
| mtime | str | | 意义不明 |
| controls | 拥有时:object<br>没有时:null | 详细信息填写提示 | |
| controls | 拥有时:array<br>没有时:null | 详细信息填写提示 | |

`data`数组中的对象中的`controls`对象
`controls`数组中的对象

|| 类型 | 内容 | 备注 |
| ----------- | ---- | -------------- | -------- |
Expand All @@ -61,7 +61,8 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
```

<details>
<summary>查看响应示例</summary>
<summary>查看响应示例</summary>

```json
{
"code": 0,
Expand All @@ -74,12 +75,34 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
"weight": 1,
"round": 2,
"state": 1,
"name": "有其他问题",
"name": "其他",
"remark": "为帮助审核人员更快处理,请补充问题类型和出现位置等详细信息",
"ctime": "2018-08-13T15:41:20+08:00",
"mtime": "2018-08-13T15:41:20+08:00",
"mtime": "2023-09-21T18:40:20+08:00",
"controls": null
},
{
"tid": 8,
"business": 1,
"weight": 40,
"round": 2,
"state": 1,
"name": "与站内其他视频撞车",
"remark": "为帮助审核人员更快处理, 请描述撞车信息",
"ctime": "2018-08-13T15:41:20+08:00",
"mtime": "2023-03-06T16:36:02+08:00",
"controls": [
{
"tid": 8,
"bid": 1,
"name": "撞车对象",
"title": "撞车对象",
"component": "input",
"placeholder": "BVID",
"required": 1
}
]
},
{
"tid": 9,
"business": 1,
Expand Down Expand Up @@ -110,10 +133,10 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
"weight": 35,
"round": 2,
"state": 1,
"name": "转载/自制类型错误",
"name": "转载/自制错误",
"remark": "为帮助审核人员更快处理, 请补充原创作品出处",
"ctime": "2018-08-13T15:41:20+08:00",
"mtime": "2018-08-13T15:41:20+08:00",
"mtime": "2023-09-20T16:23:39+08:00",
"controls": [
{
"tid": 52,
Expand All @@ -126,6 +149,78 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
}
]
},
{
"tid": 10018,
"business": 1,
"weight": 36,
"round": 2,
"state": 1,
"name": "违规推广",
"remark": "",
"ctime": "2023-09-21T17:56:21+08:00",
"mtime": "2023-09-22T14:36:41+08:00",
"controls": null
},
{
"tid": 10019,
"business": 1,
"weight": 34,
"round": 2,
"state": 1,
"name": "其他不规范行为",
"remark": "",
"ctime": "2023-09-21T18:05:33+08:00",
"mtime": "2023-09-22T14:37:03+08:00",
"controls": null
},
{
"tid": 10020,
"business": 1,
"weight": 89,
"round": 2,
"state": 1,
"name": "危险行为",
"remark": "",
"ctime": "2023-09-21T18:05:51+08:00",
"mtime": "2023-09-22T14:38:08+08:00",
"controls": null
},
{
"tid": 10022,
"business": 1,
"weight": 1,
"round": 2,
"state": 1,
"name": "其他",
"remark": "",
"ctime": "2023-09-21T19:07:01+08:00",
"mtime": "2023-09-22T14:38:59+08:00",
"controls": null
},
{
"tid": 10023,
"business": 1,
"weight": 59,
"round": 2,
"state": 1,
"name": "企业商誉侵权",
"remark": "",
"ctime": "2023-12-01T14:06:58+08:00",
"mtime": "2023-12-01T15:33:26+08:00",
"controls": null
},
{
"tid": 10024,
"business": 1,
"weight": 58,
"round": 2,
"state": 1,
"name": "侵权申诉",
"remark": "",
"ctime": "2023-12-01T14:07:18+08:00",
"mtime": "2023-12-01T15:33:37+08:00",
"controls": null
},
{
"tid": 2,
"business": 1,
Expand All @@ -144,10 +239,10 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
"weight": 90,
"round": 1,
"state": 1,
"name": "色情",
"name": "色情低俗",
"remark": "为帮助审核人员更快处理,补充违规内容出现位置",
"ctime": "2018-08-13T15:41:20+08:00",
"mtime": "2018-08-13T15:41:20+08:00",
"mtime": "2023-09-21T19:07:10+08:00",
"controls": null
},
{
Expand Down Expand Up @@ -198,28 +293,6 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
"mtime": "2018-08-13T15:41:20+08:00",
"controls": null
},
{
"tid": 8,
"business": 1,
"weight": 40,
"round": 1,
"state": 1,
"name": "与站内其他视频撞车",
"remark": "为帮助审核人员更快处理, 请描述撞车信息",
"ctime": "2018-08-13T15:41:20+08:00",
"mtime": "2018-08-23T00:30:04+08:00",
"controls": [
{
"tid": 8,
"bid": 1,
"name": "撞车对象",
"title": "撞车对象",
"component": "input",
"placeholder": "BVID",
"required": 1
}
]
},
{
"tid": 10000,
"business": 1,
Expand All @@ -243,10 +316,59 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
"ctime": "2019-04-17T19:18:09+08:00",
"mtime": "2019-04-17T20:42:25+08:00",
"controls": null
},
{
"tid": 10014,
"business": 1,
"weight": 8,
"round": 1,
"state": 1,
"name": "涉政谣言",
"remark": "为帮助审核人员更快处理,请补充谣言内容出现位置",
"ctime": "2022-09-15T17:23:44+08:00",
"mtime": "2022-09-16T09:56:07+08:00",
"controls": null
},
{
"tid": 10015,
"business": 1,
"weight": 7,
"round": 1,
"state": 1,
"name": "涉社会事件谣言",
"remark": "为帮助审核人员更快处理,请补充谣言内容出现位置",
"ctime": "2022-09-15T17:25:56+08:00",
"mtime": "2022-09-16T09:56:07+08:00",
"controls": null
},
{
"tid": 10017,
"business": 1,
"weight": 5,
"round": 1,
"state": 1,
"name": "虚假不实信息",
"remark": "为帮助审核人员更快处理,请补充不实内容出现位置",
"ctime": "2022-09-15T17:28:16+08:00",
"mtime": "2022-09-16T09:56:08+08:00",
"controls": null
},
{
"tid": 10021,
"business": 1,
"weight": 88,
"round": 1,
"state": 1,
"name": "观感不适",
"remark": "",
"ctime": "2023-09-21T18:06:15+08:00",
"mtime": "2023-09-21T18:06:15+08:00",
"controls": null
}
]
}
```

</details>

## 投诉稿件
Expand Down Expand Up @@ -288,11 +410,13 @@ curl --location --request POST 'https://api.bilibili.com/x/web-interface/archive

<details>
<summary>查看响应示例</summary>

```json
{
"code":0,
"message":"0",
"ttl":1
}
```

</details>

0 comments on commit 12e014a

Please sign in to comment.