- 产品介绍
- 系统模块
- user
- role
- tenant
- post
- dict
- dept
- config
- api
- systemApi
- systemDepartment
- menu
- systemRole
- systemRoleApi
- systemRoleMenu
- admin
- notice
- /systemGET
- /system/serverGET
- 获取验证码GET
- 日志模块
- 代码生成
- 可视化
- 功能模块
- 模拟设备
- gb28181测试
- 设备管理
- 设备告警
- 设备命令
- 设备分组
- 产品OTA
- 产品管理
- 产品分类
- 产品参数模板
- 边缘管理
- 任务调度
- 任务日志
- 日志信息
- 规则链
- 规则链日志
- system
- 摄像头通道
- 摄像头
- 摄像头视频流
- datasetfield
- datasettable
- datasource
- screen
- datasetgroup
获取角色菜单
GET
/system/menu/menuRole
system菜单
请求参数
Query 参数
roleKey
string
roleKey
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://101.35.247.125:7788/system/menu/menuRole?roleKey'
返回响应
🟢200OK
application/json
Body
array of:
children
array[object (vo.RouterVo) {6}]
必需
children
array[object (vo.RouterVo) {6}]
必需
component
string
必需
meta
object (vo.MetaVo)
必需
name
string
必需
path
string
必需
redirect
string
必需
component
string
必需
meta
object (vo.MetaVo)
必需
auth
array[string]
必需
icon
string
必需
isAffix
boolean
必需
isHide
boolean
必需
isIframe
boolean
必需
isKeepAlive
boolean
必需
isLink
string
必需
title
string
必需
name
string
必需
path
string
必需
redirect
string
必需
示例
[
{
"children": [
{}
],
"component": "string",
"meta": {
"auth": [
"string"
],
"icon": "string",
"isAffix": true,
"isHide": true,
"isIframe": true,
"isKeepAlive": true,
"isLink": "string",
"title": "string"
},
"name": "string",
"path": "string",
"redirect": "string"
}
]