模糊查询
GET
http://localhost:8066/userinf/getname?username=%E8%A5%BF&sex=%E7%94%B7
请求参数
参数名
类型
描述
必填
username
string
示例:西
必填
sex
string
示例:男
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:查询成功
必填