编辑菜单
POST
/adminapi/auth.menu/edit
请求参数
Header 参数
token
string
可选
默认值:
{{token}}
Body 参数application/x-www-form-urlencoded
id
integer
id
pid
integer
父级id
type
string
必需
name
string
名称
icon
string
图标
sort
integer
排序号 大到小
perms
string
权限链接
paths
string
路由地址
component
string
前端组件
selected
string
选中路径
params
string
路由参数
is_cache
string
必需
is_show
string
必需
is_disable
integer
必需
page_no
string
可选
默认值:
1
page_size
string
可选
默认值:
15
示例代码
返回响应
修改于 2022-07-28 06:27:09