权限管理-列表
接口地址:/console/permitlist
参数:
返回格式:
{
"code": 1,
"data": {
"permit_list":[
{
"id": 1,
"name": "xxx",
"summary": "xxx"
},
{
"id": 2,
"name": "xxx",
"summary": "xxx"
}
],
"page": 1,
"total_num": 120
},
"msg": "success"
}Last updated
Was this helpful?