菜单新增或者修改
POST
http://localhost/authority/menu/saveOrUpdate
请求参数
参数名
类型
描述
必填
id
string
示例:
必填
title
string
示例:测试2
必填
parentid
string
示例:1
必填
url
string
示例:测试2
必填
valid
int
示例:0
必填
seq
int
示例:10
必填
icon
string
示例:el-icon-user
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:请求成功
必填
data
object
示例:null
必填