格式化
This commit is contained in:
14
user/info.md
14
user/info.md
@@ -107,6 +107,9 @@ curl -G 'http://api.bilibili.com/x/space/acc/info'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -159,6 +162,8 @@ curl -G 'http://api.bilibili.com/x/space/acc/info'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
**查询到的信息解析如下:**
|
||||
|
||||
**用户昵称为**:碧诗
|
||||
@@ -341,6 +346,9 @@ curl -G 'api.bilibili.com/x/web-interface/card'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -417,6 +425,8 @@ curl -G 'api.bilibili.com/x/web-interface/card'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 本用户详细信息
|
||||
|
||||
> http://api.bilibili.com/x/space/myinfo
|
||||
@@ -527,6 +537,9 @@ curl -G 'api.bilibili.com/x/space/myinfo'\
|
||||
-b 'SESSDATA=xxx'
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>查看响应示例:</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
@@ -594,3 +607,4 @@ curl -G 'api.bilibili.com/x/space/myinfo'\
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user