getAll(查询所有用户的信息)
GET
http://localhost:8081/user/getAll
接口描述
查询所有用户的信息
响应参数
参数名
类型
描述
必填
id
int
用户的id
必填
username
string
用户的名字
必填
password
string
用户的密码
必填