添加模块
POST
/api/v1/system/module/info/create请求参数
Body 参数application/json
id
integer <int64>
编号
code
string
应用编号
name
string
菜单名称
type
integer <int64>
可选
类型 1. 内部页面 2,iframe内嵌 3,外部链接跳转 4,微前端
subType
integer <int64>
可选
子类型 1. 内部页面 2,iframe内嵌 3,外部链接跳转 4,微前端
path
string
系统的path
desc
string
页面
icon
string
菜单图标
url
string
路由重定向
order
integer <int64>
可选
左侧table排序序号
hideInMenu
integer <int64>
可选
菜单是否隐藏 1:是 2:否
body
string
前端自定义字段
示例
{
"id": 0,
"code": "string",
"name": "string",
"type": 0,
"subType": 0,
"path": "string",
"desc": "string",
"icon": "string",
"url": "string",
"order": 0,
"hideInMenu": 0,
"body": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (WithID)
可选
id
integer <int64>
id
示例
未设置
最后修改时间: 4 小时前