This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
0uj-de4au1t
/
shoes-doc
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
af68593cc2
Ramas
Etiquetas
master
shoes-doc
/
消息聊天
/
聊天
/
查询用户动态字段.md
查询用户动态字段.md
321 B
Histórico
Raw
地址
chat/info
参数
参数
类型
必须
备注
user_ids
json
是
用户 id 数组
返回
{ "data": [ { "id": 10, // 用户 id "online": true, // 是否在线 "relate": "friends" // 关注状态 } ] }