mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-03-23 14:50:06 +08:00
Update info.md
This commit is contained in:
parent
4fb88fbe9c
commit
0a8bac8e2b
@ -1200,13 +1200,13 @@ curl -G 'https://api.bilibili.com/x/polymer/pc-electron/v1/user/cards' \
|
||||
|
||||
*请求方式:GET*
|
||||
|
||||
本接口较其他接口相比,只会返回非常有限的信息,但可以同时获取较多的用户信息(据测试可以一次性获取 40000 多个用户的信息)
|
||||
本接口较其他接口相比,只会返回非常有限的信息
|
||||
|
||||
**url参数:**
|
||||
|
||||
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
|
||||
| ------ | ---- | ----------------- | ------ | ------------------- |
|
||||
| uids | nums | 目标用户的UID列表 | 必要 | 每个成员间用`,`分隔 |
|
||||
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
|
||||
| ------ | ---- | ----------------- | ------ | --------------------------------------------------------------------- |
|
||||
| uids | nums | 目标用户的UID列表 | 必要 | 每个成员间用`,`分隔,最多50个成员,若超过此限制则返回的`data`数组为空 |
|
||||
|
||||
**json回复:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user