Skip to content

Commit

Permalink
Merge pull request #1002 from kalinote/fix-userinfo-doc
Browse files Browse the repository at this point in the history
修正了用户名片信息的响应示例数据结构
  • Loading branch information
z0z0r4 authored Apr 16, 2024
2 parents 1e5c3df + 8b7ca24 commit f88c179
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/user/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,13 +717,13 @@ curl -G 'https://api.bilibili.com/x/web-interface/card' \
"space": {
"s_img": "http://i1.hdslb.com/bfs/space/768cc4fd97618cf589d23c2711a1d1a729f42235.png",
"l_img": "http://i1.hdslb.com/bfs/space/cb1c3ef50e22b6096fde67febe863494caefebad.png"
}
},
"following": true,
"archive_count": 37,
"article_count": 0,
"follower": 969999,
"like_num": 3547978
},
"following": true,
"archive_count": 37,
"article_count": 0,
"follower": 969999,
"like_num": 3547978
}
}
```

Expand Down

0 comments on commit f88c179

Please sign in to comment.