文档
测试

1. 查询所有用户

GET
/user/getUserList

接口描述

只有管理员登陆时才查询到所有用户列表,查询出来的用户列表不应该包括管理员

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
adminAccount
string
管理员账号(不能为空)
必填
account
string
用户账号
必填
userName
string
用户名
必填
page
integer
当前页(不能为空)
必填
pageRow
integer
每页数量(不能为空)
必填

响应参数

参数名
类型
描述
必填
code
integer
响应码
必填
message
string
响应消息
必填
data
object
响应数据
必填
totalNum
integer
总数
必填
userList
object[]
用户列表
必填
date
string
用户注册日期(create_time)
必填
name
string
用户名
必填
account
string
账号
必填
address
string
地址
必填
email
string
邮箱
必填
phone
string
联系方式
必填
gender
string
性别
必填
idNumber
string
身份证
必填
marital_status
string
婚姻状况(已婚/未婚)
必填
workExperience
string
工作经历
必填
aid
integer
用户aid
必填