按钮权限-by parentId
GET
/permission/button/{parentId}请求参数
Path 参数
parentId
string
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {16}]
必需
id
integer
可选
name
string
可选
code
string
可选
type
string
可选
parentId
integer
可选
path
null
可选
redirect
null
可选
icon
null
可选
component
null
可选
layout
null
可选
keepAlive
null
可选
method
null
可选
description
null
可选
show
boolean
可选
enable
boolean
可选
order
integer
可选
originUrl
string
必需
示例
{
"code": 0,
"message": "OK",
"data": [
{
"id": 13,
"name": "创建新用户",
"code": "AddUser",
"type": "BUTTON",
"parentId": 4,
"path": null,
"redirect": null,
"icon": null,
"component": null,
"layout": null,
"keepAlive": null,
"method": null,
"description": null,
"show": true,
"enable": true,
"order": 1
}
],
"originUrl": "/permission/button/4"
}
最后修改时间: 2 个月前