获取课件类别 websocket测试 GET http://api.msk-edu.com/api/courseware/getTreeCategory 说明 / 示例 返回json ```{ "status": { "code": 200, "message": "操作成功" }, "data": [{ "id": 3, "title": "素描几何体", "ImgSrc": null, "parentId": 0, "children": [{ "id": 6, "title": "单个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 13, "title": "正方体1", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 14, "title": "正方体2", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 15, "title": "正方体3", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 16, "title": "正方体4", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 17, "title": "正方体5", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 18, "title": "圆柱体1", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 19, "title": "圆锥体1", "ImgSrc": null, "parentId": 6, "children": [] }] }, { "id": 7, "title": "两个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 20, "title": "组合几何体1", "ImgSrc": null, "parentId": 7, "children": [] }] }, { "id": 8, "title": "三个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 21, "title": "组合几何体1", "ImgSrc": null, "parentId": 8, "children": [] }] }, { "id": 9, "title": "多个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 22, "title": "组合几何体1", "ImgSrc": null, "parentId": 9, "children": [] }] }] }, { "id": 4, "title": "素描静物", "ImgSrc": null, "parentId": 0, "children": [{ "id": 10, "title": "单体", "ImgSrc": null, "parentId": 4, "children": [] }, { "id": 11, "title": "小组合", "ImgSrc": null, "parentId": 4, "children": [] }] }, { "id": 5, "title": "素描石膏像", "ImgSrc": null, "parentId": 0, "children": [] }] } ```
返回json ```{ "status": { "code": 200, "message": "操作成功" }, "data": [{ "id": 3, "title": "素描几何体", "ImgSrc": null, "parentId": 0, "children": [{ "id": 6, "title": "单个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 13, "title": "正方体1", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 14, "title": "正方体2", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 15, "title": "正方体3", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 16, "title": "正方体4", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 17, "title": "正方体5", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 18, "title": "圆柱体1", "ImgSrc": null, "parentId": 6, "children": [] }, { "id": 19, "title": "圆锥体1", "ImgSrc": null, "parentId": 6, "children": [] }] }, { "id": 7, "title": "两个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 20, "title": "组合几何体1", "ImgSrc": null, "parentId": 7, "children": [] }] }, { "id": 8, "title": "三个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 21, "title": "组合几何体1", "ImgSrc": null, "parentId": 8, "children": [] }] }, { "id": 9, "title": "多个几何体", "ImgSrc": null, "parentId": 3, "children": [{ "id": 22, "title": "组合几何体1", "ImgSrc": null, "parentId": 9, "children": [] }] }] }, { "id": 4, "title": "素描静物", "ImgSrc": null, "parentId": 0, "children": [{ "id": 10, "title": "单体", "ImgSrc": null, "parentId": 4, "children": [] }, { "id": 11, "title": "小组合", "ImgSrc": null, "parentId": 4, "children": [] }] }, { "id": 5, "title": "素描石膏像", "ImgSrc": null, "parentId": 0, "children": [] }] } ```