文档
测试

角色列表分页查询

POST
/role/getRolePager

接口描述

分页查询用户列表

请求头

参数名
类型
描述
必填
Authorization
String
用户token
必填
Content-Type
String
application/json
必填

请求参数

参数名
类型
描述
必填
pager
Object
分页参数
必填
current
Integer
当前页码
必填
size
Integer
分页大小
必填
params
Object
查询参数
必填
id
Integer
角色ID
必填
platformId
Integer
归属平台ID
必填
name
String
角色名称
必填
status
String
角色状态
必填

响应参数

参数名
类型
描述
必填
status
array
状态200正常
必填
error
integer
错误信息
必填
payload
integer
必填
pager
Object
分页对象
必填
current
Integer
当前页码
必填
size
Integer
分页大小
必填
total
Integer
总条数
必填
records
List
分页查询记录
必填
id
Integer
角色ID
必填
platformId
Integer
角色所属平台
必填
name
String
系统角色名称
必填
status
String
状态 0: 停用, 1: 启用
必填
createTime
String
创建时间
必填
updateTime
String
更新时间
必填
message
integer
正确信息
必填