文档
测试

获取授权列表

GET
/general/arrange/function/list

请求参数

参数名
类型
描述
必填
arrange_id
int
签约地ID
必填
type
int
类型,1:功能权限,2:资源权限
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
id
int
功能ID
必填
function_name
string
功能名称
必填
type
int
类型,1功能权限,2资源权限
必填
is_checked
int
是否选中,0未选中,1选中
必填
comment
string
说明
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": [ { "id": "1", "function_name": "备授课", "pid": "0", "function_route": null, "function_path": null, "type": "1", "comment": "", "create_time": "1622090909", "update_time": "1622090909", "is_delete": "0", "function_id": "1", "is_checked": 0 }, { "id": "2", "function_name": "作业点评", "pid": "0", "function_route": null, "function_path": null, "type": "1", "comment": "", "create_time": "1622090909", "update_time": "1622090909", "is_delete": "0", "function_id": "2", "is_checked": 1 } ] }