获取列表
POST
/system/role/list请求参数
Query 参数
status
integer
状态
sort
integer
排序
remark
string
备注
tenantId
string
租户号
revision
string
乐观锁
createdBy
integer
创建者
createdTime
string
创建时间
updatedBy
integer
更新者
updatedTime
string
更新时间
id
string
角色ID
name
string
角色名称
code
string
角色权限字符串
type
integer
角色类型
defChecked
string
默认选中的节点
pageSize
integer
分页大小
pageNum
integer
当前页数
orderByColumn
string
排序列
isAsc
string
可选
排序的方向desc或者asc
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
{
"total": 0,
"rows": [
{
"id": "",
"name": "",
"code": "",
"sort": 0,
"status": "",
"type": 0,
"sysFunctionVoList": [
{
"id": "",
"parentId": "",
"menuSuperior": [
""
],
"name": "",
"languageCode": "",
"permission": "",
"type": 0,
"sort": 0,
"redirectPath": "",
"path": "",
"icon": "",
"component": "",
"componentName": "",
"status": 0,
"visible": 0,
"keepAlive": 0,
"isLink": "",
"isOpenLink": 0,
"isIframe": 0,
"alwaysShow": 0,
"meta": {
"": {}
},
"children": [
{
"id": "",
"parentId": "",
"menuSuperior": [
""
],
"name": "",
"languageCode": "",
"permission": "",
"type": 0,
"sort": 0,
"redirectPath": "",
"path": "",
"icon": "",
"component": "",
"componentName": "",
"status": 0,
"visible": 0,
"keepAlive": 0,
"isLink": "",
"isOpenLink": 0,
"isIframe": 0,
"alwaysShow": 0,
"meta": {
"": {}
},
"children": []
}
]
}
],
"permissions": [
""
],
"createdTime": "",
"remark": "",
"functionTree": [
{
"id": "",
"path": "",
"name": "",
"component": "",
"componentAlias": "",
"redirect": "",
"meta": {
"": {}
},
"children": [
{
"id": "",
"path": "",
"name": "",
"component": "",
"componentAlias": "",
"redirect": "",
"meta": {
"": {}
},
"children": []
}
]
}
],
"defChecked": [
""
]
}
],
"code": 0,
"msg": ""
}
最后修改时间: 16 天前