查询所有用户
POST
http://localhost:8886/user/selectAllUser
响应参数
参数名
类型
描述
必填
status
Integer
状态码,200-成功,100-失败
必填
code
Integer
layUI默认状态码,0-成功
必填
data
T
用户实体列表
可选
msg
String
失败消息
可选