- 系统登录
- 验证码处理类
- mms公共接口
- 首页控制台
- 系统配置
- 系统字典
- 对象存储
- 系统角色
- 系统公告
- 系统资源
- 对象存储配置表
- 系统部门
- 系统用户
获取详细信息
GET
/system/function/{id}
请求参数
Path 参数
id
string
必需
Header 参数
Authorization
string
可选
默认值:
1111111111111111111
示例代码
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://localhost:8080/system/function/' \
--header 'Authorization: 1111111111111111111'
返回响应
🟢200成功
application/json
Body
vo
code
integer <int32>
状态码
status
boolean
状态信息
msg
string
返回信息
data
object (SysFunctionVo)
vo
id
string
可选
parentId
string
父菜单ID
menuSuperior
array[string]
上级菜单
name
string
路由名称
languageCode
string
i18n编码
permission
string
权限标识
type
integer
菜单类型
sort
integer
显示顺序
redirectPath
string
可选
path
string
路由路径
icon
string
菜单图标
component
string
组件路径
componentName
string
组件名
status
integer
可选
visible
integer
是否可见
keepAlive
integer
是否缓存
isLink
string
链接地址
isOpenLink
integer
是否外链
isIframe
integer
可选
isLink
alwaysShow
integer
是否总是显示
meta
object (MapObject)
vo
children
array[object (SysFunctionVo) {22}]
可选
示例
{
"code": 0,
"status": false,
"msg": "",
"data": {
"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": [
{}
]
}
]
}
}
修改于 2024-11-08 01:47:17