⏰ 成员列表
GET
http://localhost:8088/api/user/list
接口描述
成员信息列表,可用于后台,查询数据表users,表中字段为(id,username,password)
响应参数
参数名
类型
描述
必填
code
Number
200为请求成功,400为请求失败
必填
msg
String
"搜索成功" || "搜索失败"
必填
info
Object || Array
成员列表信息
必填