mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-26 20:40:13 +08:00
Merge pull request #1002 from kalinote/fix-userinfo-doc
修正了用户名片信息的响应示例数据结构
This commit is contained in:
commit
f88c179f33
@ -717,13 +717,13 @@ curl -G 'https://api.bilibili.com/x/web-interface/card' \
|
|||||||
"space": {
|
"space": {
|
||||||
"s_img": "http://i1.hdslb.com/bfs/space/768cc4fd97618cf589d23c2711a1d1a729f42235.png",
|
"s_img": "http://i1.hdslb.com/bfs/space/768cc4fd97618cf589d23c2711a1d1a729f42235.png",
|
||||||
"l_img": "http://i1.hdslb.com/bfs/space/cb1c3ef50e22b6096fde67febe863494caefebad.png"
|
"l_img": "http://i1.hdslb.com/bfs/space/cb1c3ef50e22b6096fde67febe863494caefebad.png"
|
||||||
}
|
},
|
||||||
},
|
"following": true,
|
||||||
"following": true,
|
"archive_count": 37,
|
||||||
"archive_count": 37,
|
"article_count": 0,
|
||||||
"article_count": 0,
|
"follower": 969999,
|
||||||
"follower": 969999,
|
"like_num": 3547978
|
||||||
"like_num": 3547978
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user