文档
测试

获取教材版本分类按钮

GET
/general/arrange/function/list

请求参数

参数名
类型
描述
必填
arrange_id
int
签约地ID
必填
type
int
固定值2
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填
all_lsit
array
所有数据
必填
id
按钮ID
必填
label
名称
必填
children
子类
必填
check_list
array
已选中数据
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "all_list": [ { "id": "47", "code": "zssl", "name": "知识梳理", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "0", "description": "", "orgId": "1", "orgCode": "1.", "label": "知识梳理", "depth": 1, "children": [] }, { "id": "1", "code": "tbkt", "name": "同步课堂", "icon": "", "path": "", "weight": "1", "groupId": "1", "parentId": "0", "description": "教材配套课程课件", "orgId": "1", "orgCode": "1.", "label": "同步课堂", "depth": 1, "children": [ { "id": "61", "code": "cz", "name": "初中", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "1", "description": "", "orgId": "1", "orgCode": "1.", "label": "初中", "depth": 2, "children": [ { "id": "63", "code": "msc", "name": "美术", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "61", "description": "", "orgId": "1", "orgCode": "1.", "label": "美术", "depth": 3, "children": [ { "id": "69", "code": "gmbmsc", "name": "桂美版", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "63", "description": "", "orgId": "1", "orgCode": "1.", "label": "桂美版", "depth": 4, "children": [ { "id": "74", "code": "7njgmbmsc", "name": "7年级", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "69", "description": "", "orgId": "1", "orgCode": "1.", "label": "7年级", "depth": 5, "children": [] } ] }, { "id": "70", "code": "rjbmsc", "name": "人教版", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "63", "description": "", "orgId": "1", "orgCode": "1.", "label": "人教版", "depth": 4, "children": [ { "id": "96", "code": "7NJRJ", "name": "7年级", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "70", "description": "", "orgId": "1", "orgCode": "1.", "label": "7年级", "depth": 5, "children": [] } ] } } ] }, { "id": "64", "code": "yyc", "name": "音乐", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "61", "description": "", "orgId": "1", "orgCode": "1.", "label": "音乐", "depth": 3, "children": [ ] } ] }, { "id": "60", "code": "xx", "name": "小学", "icon": "", "path": "", "weight": "1", "groupId": "1", "parentId": "1", "description": "", "orgId": "1", "orgCode": "1.", "label": "小学", "depth": 2, "children": [ ] } ] } ], "check_list": [] } }