功能详情

接口地址:/permission/detail

请求方式 get

参数:

  • act_id 功能id

返回格式:

{
    "code": 1,
    "data": {
        "act_id": 1,
        "name": "ERP登录总权限",
        "desc": "用于登录ERP"
    },
    "msg": "success"
}

Last updated

Was this helpful?