- v1
- auth
- route
- system-manage
- miniapp
查看菜单
GET
/api/v1/system-manage/menus/{menu_id}
v1系统管理菜单管理
请求参数
Path 参数
menu_id
integer
必需
Header 参数
Authorization
string
可选
默认值:
Bearer {{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/system-manage/menus/' \
--header 'Authorization: Bearer {{token}}'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
object
必需
activeMenu
null
必需
status
string
必需
keepAlive
boolean
必需
multiTab
boolean
必需
component
string
必需
hideInMenu
boolean
必需
menuType
string
必需
href
null
必需
pathParam
null
必需
props
boolean
必需
routeParam
null
必需
routePath
string
必需
redirect
null
必需
fixedIndexInTab
null
必需
i18nKey
string
必需
createTime
string
必需
updateTime
string
必需
menuName
string
必需
icon
null
必需
iconType
null
必需
constant
boolean
必需
parentId
integer
必需
routeName
string
必需
order
integer
必需
id
integer
必需
示例
{
"code": "0000",
"msg": "OK",
"data": {
"activeMenu": null,
"status": "1",
"keepAlive": false,
"multiTab": false,
"component": "layout.blank$view.login",
"hideInMenu": true,
"menuType": "1",
"href": null,
"pathParam": null,
"props": true,
"routeParam": null,
"routePath": "/login",
"redirect": null,
"fixedIndexInTab": null,
"i18nKey": "route.login",
"createTime": "2024-05-17 16:11:02",
"updateTime": "2024-05-17 16:11:02",
"menuName": "login",
"icon": null,
"iconType": null,
"constant": true,
"parentId": 0,
"routeName": "login",
"order": 1,
"id": 1
}
}
🟠422Validation Error
修改于 2024-05-17 05:45:26