格式化
This commit is contained in:
@@ -57,4 +57,3 @@ X-Cache-Webcdn: BYPASS from jd-sxhz-dx-w-01
|
||||
Content-Encoding: gzip
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -112,6 +112,9 @@ curl 'http://api.bilibili.com/nav'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code":0,
|
||||
@@ -176,6 +179,8 @@ curl 'http://api.bilibili.com/nav'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 登录用户信息2(web端)(仅部分)
|
||||
|
||||
> http://account.bilibili.com/home/userInfo
|
||||
@@ -231,6 +236,9 @@ curl 'http://account.bilibili.com/home/userInfo'\
|
||||
-b 'SESSDATA=xxx;DedeUserID=1;'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -257,6 +265,8 @@ curl 'http://account.bilibili.com/home/userInfo'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 登录用户信息(APP端)
|
||||
|
||||
> http://app.bilibili.com/x/v2/account/myinfo
|
||||
@@ -357,6 +367,9 @@ curl -G 'http://app.bilibili.com/x/v2/account/myinfo'\
|
||||
--data-urlencode 'sign=b8fb8480049c525994be6507a97ae0b6'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -406,6 +419,8 @@ curl -G 'http://app.bilibili.com/x/v2/account/myinfo'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
## 登录用户状态数(双端)
|
||||
|
||||
@@ -449,6 +464,9 @@ curl 'http://api.bilibili.com/x/web-interface/nav/stat'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -462,6 +480,8 @@ curl 'http://api.bilibili.com/x/web-interface/nav/stat'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
APP方式:
|
||||
|
||||
```shell
|
||||
@@ -469,6 +489,9 @@ curl -G 'http://api.bilibili.com/x/web-interface/nav/stat'\
|
||||
--data-urlencode 'access_key=d907f51122c59599d580ade2315af971'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -482,3 +505,4 @@ curl -G 'http://api.bilibili.com/x/web-interface/nav/stat'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
@@ -41,6 +41,9 @@ curl 'http://api.bilibili.com/x/member/web/account'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code":0,
|
||||
@@ -59,6 +62,8 @@ curl 'http://api.bilibili.com/x/member/web/account'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询每日奖励状态
|
||||
|
||||
> http://api.bilibili.com/x/member/web/exp/reward
|
||||
@@ -98,6 +103,9 @@ curl 'http://api.bilibili.com/x/member/web/exp/reward'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -116,6 +124,8 @@ curl 'http://api.bilibili.com/x/member/web/exp/reward'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询大会员状态
|
||||
|
||||
> http://api.bilibili.com/x/vip/web/user/info
|
||||
@@ -153,6 +163,9 @@ curl 'http://api.bilibili.com/x/vip/web/user/info'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -169,6 +182,8 @@ curl 'http://api.bilibili.com/x/vip/web/user/info'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询账号安全情况
|
||||
|
||||
> http://passport.bilibili.com/web/site/user/info
|
||||
@@ -239,6 +254,9 @@ curl 'http://passport.bilibili.com/web/site/user/info'\
|
||||
-b 'SESSDATA=xxx;DedeUserID=1;'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -268,6 +286,8 @@ curl 'http://passport.bilibili.com/web/site/user/info'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询账号实名认证状态
|
||||
|
||||
> http://api.bilibili.com/x/member/realname/status
|
||||
@@ -302,6 +322,9 @@ curl 'http://api.bilibili.com/x/member/realname/status'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -313,6 +336,8 @@ curl 'http://api.bilibili.com/x/member/realname/status'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询实名认证详细信息
|
||||
|
||||
> http://api.bilibili.com/x/member/realname/apply/status
|
||||
@@ -347,6 +372,9 @@ curl 'http://api.bilibili.com/x/member/realname/apply/status'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -362,6 +390,8 @@ curl 'http://api.bilibili.com/x/member/realname/apply/status'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 查询硬币变化情况
|
||||
|
||||
> http://api.bilibili.com/x/member/web/coin/log
|
||||
@@ -413,6 +443,9 @@ curl 'http://api.bilibili.com/x/member/web/coin/log'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -491,6 +524,8 @@ curl 'http://api.bilibili.com/x/member/web/coin/log'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 修改个人签名
|
||||
|
||||
> http://api.bilibili.com/x/member/web/sign/update
|
||||
@@ -529,6 +564,9 @@ curl 'http://api.bilibili.com/x/member/web/sign/update'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code":0,
|
||||
@@ -537,5 +575,6 @@ curl 'http://api.bilibili.com/x/member/web/sign/update'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user