用户列表
GET
http://localhost:2400/dev/adminList
接口描述
用户列表(默认第一页,一页20条)
请求参数
参数名
类型
描述
必填
total
string
你想查询的总数(上限为数据库内的数据条数)
必填
响应参数
参数名
类型
描述
必填
status
number
前后端状态码
必填
data
Array
返回数据
必填
msg
String
提示信息
必填