文档
测试

查找用户添加好友

POST
localhost:8086/user/queryUserList

接口描述

查找用户列表,第一个为id完整匹配,其后的全是按照昵称模糊匹配

请求头

参数名
类型
描述
必填
xwqtoken
String
用户唯一标识id
必填

请求参数

参数名
类型
描述
必填
name
String
查找参数
必填

响应参数

参数名
类型
描述
必填
message
object
示例:null
必填
data
array
数据列表
必填
account
string
示例:123456789
必填
password
object
示例:null
必填
name
string
示例:123456789
必填
date
object
示例:null
必填
sex
object
示例:null
必填
headimg
string
示例:mr.png
必填
jxb
int
示例:0
必填
email
object
示例:null
必填
tel
object
示例:null
必填
code
int
示例:200
必填