文档
测试

获取所有用户信息

POST
http://localhost:8181/user/get/all

接口描述

通过请求的参数获取指定页面的用户信息

请求参数

参数名
类型
描述
必填
pageNum
int
示例:2
必填
pageSize
int
示例:2
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
data
object
数据字典
必填
total
int
示例:5
必填
list
array
数据列表
必填
id
int
示例:7
必填
username
string
示例:呆呆
必填
password
string
示例:123456
必填
userType
string
示例:用户
必填
userDetail
object
数据字典
必填
id
int
示例:10
必填
userID
int
示例:7
必填
customerName
string
示例:关羽
必填
identityCardType
string
示例:护照
必填
identityCardNo
string
示例:222222
必填
mobilePhone
string
示例:111111
必填
userEmail
string
示例:3333@qq.com
必填
gender
string
示例:女
必填
birthday
string
示例:1900-02-01T15:54:17.000+00:00
必填
userMoney
float
示例:32.3
必填
pageNum
int
示例:2
必填
pageSize
int
示例:2
必填
size
int
示例:2
必填
startRow
int
示例:3
必填
endRow
int
示例:4
必填
pages
int
示例:3
必填
prePage
int
示例:1
必填
nextPage
int
示例:3
必填
isFirstPage
boolean
示例:false
必填
isLastPage
boolean
示例:false
必填
hasPreviousPage
boolean
示例:true
必填
hasNextPage
boolean
示例:true
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:3
必填