获得全部菜单
GET
http://localhost:8080/szhSystem/menu/list
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
parentId
object
父级菜单id 示例:null
必填
url
object
菜单地址 示例:null
必填
orderNum
object
排序号 示例:null
必填
id
int
菜单id 示例:0
必填
name
string
示例:导航目录
必填