File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
认证方式:Cookie(SESSDATA)
12
12
13
- 鉴权方式:[ Wbi 签名] ( ../misc/sign/wbi.md ) , Cookie (对于某些 IP 地址,需要在 Cookie 中提供任意非空的 ` buvid3 ` 字段 )
13
+ 鉴权方式:[ Wbi 签名] ( ../misc/sign/wbi.md ) , Cookie (包含 SESSDATA 与空值的总项数大于等于 3 )
14
14
15
15
~~ 该接口的旧版 API :< https://api.bilibili.com/x/space/acc/info > ~~ (已废弃,不建议使用)
16
16
@@ -339,7 +339,8 @@ curl -G 'https://api.bilibili.com/x/space/wbi/acc/info' \
339
339
--data-urlencode ' mid=2' \
340
340
--data-urlencode ' wts=1685070149' \
341
341
--data-urlencode ' w_rid=f7b376124782ae8cb42c56fdd69144ed' \
342
- -b ' SESSDATA=xxx'
342
+ -b ' SESSDATA=xxx ;a= ; b=' \
343
+ -A ' Mozilla/9.0 (X11; qwq)'
343
344
```
344
345
345
346
<details >
@@ -1773,4 +1774,4 @@ curl -G 'https://api.vc.bilibili.com/x/im/user_infos' \
1773
1774
]
1774
1775
}
1775
1776
```
1776
- </details >
1777
+ </details >
You can’t perform that action at this time.
0 commit comments