查询角色
POST
/api/Sys_Role/getPageData
请求参数
参数名
类型
描述
必填
page
int
示例:1
必填
rows
int
示例:30
必填
sort
string
示例:Role_Id
必填
order
string
示例:desc
必填
wheres
string
示例:[{"name":"RoleName","value":"测试","displayType":"text"}]
必填
响应参数
参数名
类型
描述
必填
status
int
示例:0
必填
msg
object
示例:null
必填
total
int
示例:1
必填
Role_Id
int
示例:7
必填
ParentId
int
示例:1
必填
RoleName
string
示例:测试
必填
Dept_Id
object
示例:null
必填
DeptName
object
示例:null
必填
OrderNo
object
示例:null
必填
Creator
string
示例:超级管理员
必填
CreateDate
string
示例:2019-11-20 18:00:18
必填
Modifier
string
示例:超级管理员
必填
ModifyDate
string
示例:2019-12-08 21:29:38
必填
Enable
int
示例:1
必填
RoleAuths
object
示例:null
必填
summary
object
示例:null
必填
extra
object
示例:null
必填