文档
测试

查询用户列表

GET
https://server.youbeihu.top:9000/crud/user/pc/list

请求参数 from-data

参数名
类型
描述
必填
name
string
示例:
必填
account
string
示例:
必填
province
string
示例:
必填
city
string
示例:
必填
curPage
int
示例:0
必填
limit
int
示例:10
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:成功
必填
code
int
示例:200
必填
page
object
数据字典
必填
totalCount
int
示例:1
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:1
必填
account
string
示例:admin
必填
password
string
示例:admin
必填
province
string
示例:湖南省
必填
city
string
示例:长沙市
必填
name
string
示例:管理员
必填
type
int
示例:1
必填
memo
string
示例:
必填
enabled
int
示例:1
必填
createTime
string
示例:2020-10-08 13:05:41
必填
updateTime
object
示例:null
必填