- 测试接口
- 验证码生成V1
- 图片上传V1
- 文件上传V1
- 验证码生成V2
- 登录接口V1
- 限流测试接口V1
- 限流测试接口V2
- 文件上传接口V2
- 通义千问AIGC接口V1
- Api加解密接口V1
- 发送qq邮件验证码接口
- 点赞接口V1
- 问题接口V1
- 限流测试接口V3
- Ip查询接口V1
- 定时任务接口V1
- 定时任务接口V2
- 评论接口V1
- 敏感词过滤接口V1
- Redis监控接口V2
- 内存监控接口V2
- 广告接口V1
- 公告接口V2
- 监控信息V1
- 商品评论接口V2
- 文件上传接口V3
- QrCode二维码生成接口V1
- QrCode二维码生成接口V2
- 公告接口V1
- 签到接口V1
- 菜单接口V1
- 部门信息
- 邮件发送接口V1
- AI相关接口V1
- 公告接口V3
- 权限接口V1
- 音乐接口V1
- 公司接口V1
- 菜单接口V2
- 小说作者端接口
- 小说接口
- 连通性测试接口
- 日志接口V1
- hrm-员工花名册
- hrm-职级管理
- mes-排班计划
- mes-班组接口
- mes-计划班次
- mes-节假日设置
- mes-排班日历
- mes-计划班组
- mes-班组成员
详情
GET
/commons/sys-menu/{id}
请求参数
Path 参数
id
string
必需
示例代码
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/commons/sys-menu/'
返回响应
🟢200成功
application/json
Body
traceId
string | null
链路id
code
integer | null
可选
message
string | null
可选
result
object (SysMenu)
可选
id
string | null
PK
parentId
string | null
父菜单ID
treePath
string | null
父节点ID路径
name
string | null
菜单名称
menuType
integer | null
可选
path
string | null
可选
component
string | null
可选
perm
string | null
权限标识
visible
integer | null
可选
menuSort
integer | null
排序
icon
string | null
菜单图标
redirect
string | null
跳转路径
createTime
string | null
创建时间
updateTime
string | null
更新时间
createBy
string | null
创建者
updateBy
string | null
更新者
delFlag
integer | null
逻辑删除字段
tenantId
string | null
租户id
ancestors
string | null
可选
queryParams
string | null
路由参数
示例
{
"traceId": "",
"code": 0,
"message": "",
"result": {
"id": "",
"parentId": "",
"treePath": "",
"name": "",
"menuType": 0,
"path": "",
"component": "",
"perm": "",
"visible": 0,
"menuSort": 0,
"icon": "",
"redirect": "",
"createTime": "",
"updateTime": "",
"createBy": "",
"updateBy": "",
"delFlag": 0,
"tenantId": "",
"ancestors": "",
"queryParams": ""
}
}
修改于 2024-08-06 07:34:22