menulist
POST
127.0.0.1:80/menu/list
接口描述
查询所有菜单
请求参数
响应参数
参数名
类型
描述
必填
createBy
String
创建者
必填
updatedBy
object
更新者
必填
createTime
String
创建日期
必填
updateTime
String
更新时间
必填
menuId
int
ID
必填
children
json
子菜单集合
必填
type
int
菜单类型
必填
permission
string
权限
必填
title
string
菜单标题
必填
menuSort
int
排序
必填
path
string
链接地址
必填
component
string
组件
必填
pid
int
上级菜单ID
必填
subCount
int
子菜单数目
必填
hidden
boolean
是否隐藏
必填
name
object
组件名称
必填
icon
string
图标
必填
iframe
boolean
是否外链
必填