教育网站

仿腾讯教育网站


查询首页数据接口

<h5>简要描述</h5> <ul> <li>查询首页数据接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://47.110.52.246:9085/front/navigation/class/queryHomePage</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <h5>返回示例</h5> <pre><code> { "message": "success", "code": 200, "data": [ { "id": "218434164737703937", "parentId": null, "name": "行业解决方案", "code": null, "imgUrl": null, "title": "推荐解决方案", "description": "致力于做好教育信息化升级的\"数字助手\"", "children": [ { "id": "220567563522801664", "parentId": "218434164737703937", "name": "基础教育", "code": null, "imgUrl": null, "title": null, "description": null, "children": [ { "id": "220567563522801667", "parentId": "220567563522801664", "name": "腾讯智慧校园解决方案", "code": null, "imgUrl": "https://6564-education-4gud4xqvf079fb7f-1304768804.tcb.qcloud.la/cloudbase-cms/upload/2021-01-22/shpgfg4wfan6elq61aad4ogaak90obqp_.png", "title": "腾讯智慧校园解决方案", "description": "面向各级各类学校及教育主管部门推出的移动校园智慧生态圈解决方案。.....", "children": null } ] }, { "id": "220567563522801665", "parentId": "218434164737703937", "name": "高等教育", "code": null, "imgUrl": null, "title": null, "description": null, "children": [ { "id": "220567563522801670", "parentId": "220567563522801665", "name": "校企合作人才培养解决方案", "code": null, "imgUrl": null, "title": null, "description": null, "children": null } ] }, { "id": "220567563522801666", "parentId": "218434164737703937", "name": "教企机构", "code": null, "imgUrl": null, "title": null, "description": null, "children": [ { "id": "220567563522801673", "parentId": "220567563522801666", "name": "智聆口语评测解决方案", "code": null, "imgUrl": null, "title": null, "description": null, "children": null } ] } ] } ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">long</td> <td></td> </tr> <tr> <td style="text-align: left;">parentId</td> <td style="text-align: left;">long</td> <td>父级id</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">String</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">imgUrl</td> <td style="text-align: left;">String</td> <td>图片</td> </tr> <tr> <td style="text-align: left;">title</td> <td style="text-align: left;">String</td> <td>标题</td> </tr> <tr> <td style="text-align: left;">description</td> <td style="text-align: left;">String</td> <td>描述</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML