Skip to content
On this page

权限菜单详情 API

基本信息

接口URL:/manage/v1/menu/read/{id}

请求方式:GET

Content-Type:application/json

请求参数

Header 参数及说明

参数名类型示例值是否必填说明
Authorizationstringbearer tokentoken

响应示例

{
    "code": 200,
    "message": "更新成功",
    "data": {
        "menu_id": "1",
        "parent_id": "0",
        "menu_name": "systemManage",
        "menu_title": "系统管理",
        "menu_router": "/sys",
        "menu_type": 0,
        "menu_icon": "icon-system",
        "menu_order": 0,
        "keep_alive": true,
        "is_show": true,
        "menu_component": "",
        "api_method": "",
        "api_path": "",
        "created_at": "2021-08-31 07:05:33",
        "updated_at": "2021-08-31 07:05:33"
    }
}

根据 MIT 许可证发布。