返回提交历史
Modified
docs/login/login_action/QR.md
+1
-1
Modified
docs/note/action.md
+1
-0
Modified
docs/teenager/teenager_mode.md
+1
-1
Modified
docs/user/relation.md
+3
-0
Modified
docs/video/appeal.md
+156
-32
XFEstudio/bilibili-API-collect
fix: 错误的显示和链接和数据类型 (#954)
* fix: 错误的链接和数据类型 * fix(appeal.md): 不正确的类型 & 更新响应示例
12e014a
代码差异
5 个文件
+162
-34
@@ -632,7 +632,7 @@ curl 'https://passport.snm0516.aisee.tv/x/passport-tv-login/qrcode/poll' \
632
632
633
633
### appkey 可用列表
634
634
635
**仅覆盖 [docs/misc/sign/APPKey](docs/misc/sign/APPKey.html) 中包含的 appkey**
635
**仅覆盖 [docs/misc/sign/APPKey](../../misc/sign/APPKey.md) 中包含的 appkey**
636
636
637
637
| APPKEY | APPSEC | platform | APP类型 | neuronAppId | mobi_app<sup>2</sup> | 备注 |
638
638
| :--------------: | :------------------------------: | :------------------: | :----------------: | :---------------------: | :------------------: | :----------------------------------------: |
@@ -119,6 +119,7 @@ curl 'https://api.bilibili.com/x/note/del' \
119
119
120
120
<details>
121
121
<summary>查看响应示例:</summary>
122
122
123
```json
123
124
{
124
125
"code": 0,
@@ -4,7 +4,7 @@
4
4
5
5
*请求方式:POST*
6
6
7
认证方式:APP(详见[设备各类标识算法](docs/misc/device_identity.md))
7
认证方式:APP(详见[设备各类标识算法](../misc/device_identity.md))
8
8
9
9
**POST参数:**
10
10
@@ -543,6 +543,7 @@ curl -G 'https://api.bilibili.com/x/relation/followings/search' \
543
543
544
544
<details>
545
545
<summary>查看响应示例:</summary>
546
546
547
```json
547
548
{
548
549
"code": 0,
@@ -856,6 +857,7 @@ curl -G 'https://api.bilibili.com/x/relation/friends' \
856
857
857
858
<details>
858
859
<summary>查看响应示例:</summary>
860
859
861
```json
860
862
{
861
863
"code": 0,
@@ -1088,6 +1090,7 @@ curl -G 'https://api.bilibili.com/x/relation/blacks' \
1088
1090
1089
1091
<details>
1090
1092
<summary>查看响应示例:</summary>
1093
1091
1094
```json
1092
1095
{
1093
1096
"code": 0,
@@ -17,7 +17,7 @@
17
17
| code | num | | 成功为0 |
18
18
| message | str | | 成功为0 |
19
19
| ttl | num | 1 | |
20
| data | List\<object> | | |
20
| data | array | | |
21
21
22
22
`data`数组:
23
23
@@ -40,9 +40,9 @@
40
40
| remark | str | 类型备注 | |
41
41
| ctime | str | | 意义不明 |
42
42
| mtime | str | | 意义不明 |
43
| controls | 拥有时:object<br>没有时:null | 详细信息填写提示 | |
43
| controls | 拥有时:array<br>没有时:null | 详细信息填写提示 | |
44
44
45
`data`数组中的对象中的`controls`对象:
45
`controls`数组中的对象:
46
46
47
47
| 项 | 类型 | 内容 | 备注 |
48
48
| ----------- | ---- | -------------- | -------- |
@@ -61,7 +61,8 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
61
61
```
62
62
63
63
<details>
64
<summary>查看响应示例</summary>
64
<summary>查看响应示例</summary>
65
65
66
```json
66
67
{
67
68
"code": 0,
@@ -74,12 +75,34 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
74
75
"weight": 1,
75
76
"round": 2,
76
77
"state": 1,
77
"name": "有其他问题",
78
"name": "其他",
78
79
"remark": "为帮助审核人员更快处理,请补充问题类型和出现位置等详细信息",
79
80
"ctime": "2018-08-13T15:41:20+08:00",
80
"mtime": "2018-08-13T15:41:20+08:00",
81
"mtime": "2023-09-21T18:40:20+08:00",
81
82
"controls": null
82
83
},
84
{
85
"tid": 8,
86
"business": 1,
87
"weight": 40,
88
"round": 2,
89
"state": 1,
90
"name": "与站内其他视频撞车",
91
"remark": "为帮助审核人员更快处理, 请描述撞车信息",
92
"ctime": "2018-08-13T15:41:20+08:00",
93
"mtime": "2023-03-06T16:36:02+08:00",
94
"controls": [
95
{
96
"tid": 8,
97
"bid": 1,
98
"name": "撞车对象",
99
"title": "撞车对象",
100
"component": "input",
101
"placeholder": "BVID",
102
"required": 1
103
}
104
]
105
},
83
106
{
84
107
"tid": 9,
85
108
"business": 1,
@@ -110,10 +133,10 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
110
133
"weight": 35,
111
134
"round": 2,
112
135
"state": 1,
113
"name": "转载/自制类型错误",
136
"name": "转载/自制错误",
114
137
"remark": "为帮助审核人员更快处理, 请补充原创作品出处",
115
138
"ctime": "2018-08-13T15:41:20+08:00",
116
"mtime": "2018-08-13T15:41:20+08:00",
139
"mtime": "2023-09-20T16:23:39+08:00",
117
140
"controls": [
118
141
{
119
142
"tid": 52,
@@ -126,6 +149,78 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
126
149
}
127
150
]
128
151
},
152
{
153
"tid": 10018,
154
"business": 1,
155
"weight": 36,
156
"round": 2,
157
"state": 1,
158
"name": "违规推广",
159
"remark": "",
160
"ctime": "2023-09-21T17:56:21+08:00",
161
"mtime": "2023-09-22T14:36:41+08:00",
162
"controls": null
163
},
164
{
165
"tid": 10019,
166
"business": 1,
167
"weight": 34,
168
"round": 2,
169
"state": 1,
170
"name": "其他不规范行为",
171
"remark": "",
172
"ctime": "2023-09-21T18:05:33+08:00",
173
"mtime": "2023-09-22T14:37:03+08:00",
174
"controls": null
175
},
176
{
177
"tid": 10020,
178
"business": 1,
179
"weight": 89,
180
"round": 2,
181
"state": 1,
182
"name": "危险行为",
183
"remark": "",
184
"ctime": "2023-09-21T18:05:51+08:00",
185
"mtime": "2023-09-22T14:38:08+08:00",
186
"controls": null
187
},
188
{
189
"tid": 10022,
190
"business": 1,
191
"weight": 1,
192
"round": 2,
193
"state": 1,
194
"name": "其他",
195
"remark": "",
196
"ctime": "2023-09-21T19:07:01+08:00",
197
"mtime": "2023-09-22T14:38:59+08:00",
198
"controls": null
199
},
200
{
201
"tid": 10023,
202
"business": 1,
203
"weight": 59,
204
"round": 2,
205
"state": 1,
206
"name": "企业商誉侵权",
207
"remark": "",
208
"ctime": "2023-12-01T14:06:58+08:00",
209
"mtime": "2023-12-01T15:33:26+08:00",
210
"controls": null
211
},
212
{
213
"tid": 10024,
214
"business": 1,
215
"weight": 58,
216
"round": 2,
217
"state": 1,
218
"name": "侵权申诉",
219
"remark": "",
220
"ctime": "2023-12-01T14:07:18+08:00",
221
"mtime": "2023-12-01T15:33:37+08:00",
222
"controls": null
223
},
129
224
{
130
225
"tid": 2,
131
226
"business": 1,
@@ -144,10 +239,10 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
144
239
"weight": 90,
145
240
"round": 1,
146
241
"state": 1,
147
"name": "色情",
242
"name": "色情低俗",
148
243
"remark": "为帮助审核人员更快处理,补充违规内容出现位置",
149
244
"ctime": "2018-08-13T15:41:20+08:00",
150
"mtime": "2018-08-13T15:41:20+08:00",
245
"mtime": "2023-09-21T19:07:10+08:00",
151
246
"controls": null
152
247
},
153
248
{
@@ -198,28 +293,6 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
198
293
"mtime": "2018-08-13T15:41:20+08:00",
199
294
"controls": null
200
295
},
201
{
202
"tid": 8,
203
"business": 1,
204
"weight": 40,
205
"round": 1,
206
"state": 1,
207
"name": "与站内其他视频撞车",
208
"remark": "为帮助审核人员更快处理, 请描述撞车信息",
209
"ctime": "2018-08-13T15:41:20+08:00",
210
"mtime": "2018-08-23T00:30:04+08:00",
211
"controls": [
212
{
213
"tid": 8,
214
"bid": 1,
215
"name": "撞车对象",
216
"title": "撞车对象",
217
"component": "input",
218
"placeholder": "BVID",
219
"required": 1
220
}
221
]
222
},
223
296
{
224
297
"tid": 10000,
225
298
"business": 1,
@@ -243,10 +316,59 @@ curl --location --request GET 'https://api.bilibili.com/x/web-interface/archive/
243
316
"ctime": "2019-04-17T19:18:09+08:00",
244
317
"mtime": "2019-04-17T20:42:25+08:00",
245
318
"controls": null
319
},
320
{
321
"tid": 10014,
322
"business": 1,
323
"weight": 8,
324
"round": 1,
325
"state": 1,
326
"name": "涉政谣言",
327
"remark": "为帮助审核人员更快处理,请补充谣言内容出现位置",
328
"ctime": "2022-09-15T17:23:44+08:00",
329
"mtime": "2022-09-16T09:56:07+08:00",
330
"controls": null
331
},
332
{
333
"tid": 10015,
334
"business": 1,
335
"weight": 7,
336
"round": 1,
337
"state": 1,
338
"name": "涉社会事件谣言",
339
"remark": "为帮助审核人员更快处理,请补充谣言内容出现位置",
340
"ctime": "2022-09-15T17:25:56+08:00",
341
"mtime": "2022-09-16T09:56:07+08:00",
342
"controls": null
343
},
344
{
345
"tid": 10017,
346
"business": 1,
347
"weight": 5,
348
"round": 1,
349
"state": 1,
350
"name": "虚假不实信息",
351
"remark": "为帮助审核人员更快处理,请补充不实内容出现位置",
352
"ctime": "2022-09-15T17:28:16+08:00",
353
"mtime": "2022-09-16T09:56:08+08:00",
354
"controls": null
355
},
356
{
357
"tid": 10021,
358
"business": 1,
359
"weight": 88,
360
"round": 1,
361
"state": 1,
362
"name": "观感不适",
363
"remark": "",
364
"ctime": "2023-09-21T18:06:15+08:00",
365
"mtime": "2023-09-21T18:06:15+08:00",
366
"controls": null
246
367
}
247
368
]
248
369
}
249
370
```
371
250
372
</details>
251
373
252
374
## 投诉稿件
@@ -288,6 +410,7 @@ curl --location --request POST 'https://api.bilibili.com/x/web-interface/archive
288
410
289
411
<details>
290
412
<summary>查看响应示例</summary>
413
291
414
```json
292
415
{
293
416
"code":0,
@@ -295,4 +418,5 @@ curl --location --request POST 'https://api.bilibili.com/x/web-interface/archive
295
418
"ttl":1
296
419
}
297
420
```
421
298
422
</details>