文档
测试

获取按钮列表

GET
/arrange/menu/list

请求参数

参数名
类型
描述
必填
arrange_ids
string
签约地ID
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
必填
role_type
int
类型,
必填
list
array
返回数据
必填
function_name
按钮名称
必填
function_route
路由
必填
function_path
路径
必填
type
类型
必填
children
子按钮
必填
is_check
是否选中
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "role_type": "2", "list": { "ZHJX": { "id": "1", "function_name": "智慧教学", "function_route": "", "function_path": "", "pid": "0", "type": "1", "comment": "", "create_time": "1709123409", "update_time": "1709123409", "is_delete": "0", "role_id": "0", "meun_check": "", "menu_uncheck": "", "parent_route_name": "", "show_type": "1", "is_show": "1", "sort": "0", "level": "1", "key": "ZHJX", "role_type": "2", "label": "智慧教学", "name": "智慧教学", "is_check": 0, "children": [ { "id": "2", "function_name": "课程中心", "function_route": "", "function_path": "", "pid": "1", "type": "1", "comment": "", "create_time": "1709123409", "update_time": "1709123409", "is_delete": "0", "role_id": "0", "meun_check": "", "menu_uncheck": "", "parent_route_name": "", "show_type": "1", "is_show": "1", "sort": "0", "level": "2", "key": "", "role_type": "2", "label": "课程中心", "name": "课程中心", "is_check": 0 } ] } } } }