文档
测试

查询账号列表

POST
http://localhost:8080/cloudPlatform/user/selectUserListByRoleKey

接口描述

查询账号列表 根据 roleKey字段查询指定用户角色账号列表

请求头

参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填

请求参数

参数名
类型
描述
必填
roleKey
int
角色key 0 管理员 1评委 2参赛者 【必填】
必填
userName
string
用户账号名 【可选】
必填
pageIndex
int
分页索引【必填】
必填
pageSize
int
每页大小【必填】
必填

响应参数

参数名
类型
描述
必填
userName
string
账号
必填
region
string
地区
必填
createTime
LocalDateTime
创建时间
必填
delFlag
boolean
删除标志
必填