mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-03-30 01:40:08 +08:00
修改【获取硬币数】api
This commit is contained in:
parent
61c1e79b24
commit
c11355c87f
@ -527,6 +527,8 @@ curl -G 'http://api.bilibili.com/x/web-interface/nav/stat' \
|
|||||||
|
|
||||||
认证方式:仅可Cookie(SESSDATA)
|
认证方式:仅可Cookie(SESSDATA)
|
||||||
|
|
||||||
|
鉴权方式:Cookie中` DedeUserID `存在且不为0
|
||||||
|
|
||||||
**json回复:**
|
**json回复:**
|
||||||
|
|
||||||
根对象:
|
根对象:
|
||||||
@ -547,7 +549,7 @@ curl -G 'http://api.bilibili.com/x/web-interface/nav/stat' \
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl 'http://account.bilibili.com/site/getCoin' \
|
curl 'http://account.bilibili.com/site/getCoin' \
|
||||||
-b 'SESSDATA=xxx'
|
-b 'SESSDATA=xxx;DedeUserID=1;'
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user