文档
测试

搜索用户

POST
/api/searchUser

请求参数

参数名
类型
描述
必填
keyword
string
搜索关键词,如果是6位或者8位的数字,就会搜索用户ID,其他文字搜索我的关注人的昵称和备注
必填

响应参数

参数名
类型
描述
必填
list
array
数据列表
必填
_id
string
用户ID
必填
nickname
string
昵称
必填
sex
string
性别,0女,1男
必填
vip
int
会员等级
必填
city
string
城市
必填
head
string
头像图片名字
必填
textSign
string
个性签名
必填
heartValue
int
魅力值
必填
consumeValue
int
财力值
必填
isFollow
bool
我是否关注了这个人
必填
isFriend
bool
是否为我的好友
必填
inRoom
string
如果在房间,就是房间ID,否则为空字符串
必填