节点列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>节点列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/iapi/manage/getNodeList.shtml</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"error_code": 0,
"list": [{
"nodename": "设置",
"nodecode": "2",
"isexecute": "0",
"isdelete": "0",
"pic_url": "icon6",
"intercode": "qse_setting",
"nodeid": "807050147002408960",
"url": "",
"child": [{
"nodename": "课程设置",
"readonly": "0",
"nodecode": "50",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_lessonset",
"nodeid": "1049816960830885888",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "初始化",
"readonly": "0",
"nodecode": "51",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_init",
"nodeid": "807054444901523456",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "学校信息",
"readonly": "0",
"nodecode": "53",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_school",
"nodeid": "807057529094889472",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "数据权限",
"readonly": "0",
"nodecode": "55",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_data",
"nodeid": "807058165685379072",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "审批设置",
"readonly": "0",
"nodecode": "56",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_approval",
"nodeid": "807058312435687424",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "应用中心",
"readonly": "0",
"nodecode": "58",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_initiasetting",
"nodeid": "839192322917883904",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "权限管理",
"readonly": "0",
"nodecode": "59",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_authority",
"nodeid": "807058002732474368",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "个人信息",
"readonly": "0",
"nodecode": "60",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_perinfo",
"nodeid": "807057374762890880",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "系统控制",
"readonly": "0",
"nodecode": "61",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_sys",
"nodeid": "889669021794918400",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}, {
"nodename": "智能升班",
"readonly": "0",
"nodecode": "63",
"isexecute": "0",
"isdelete": "0",
"pic_url": "",
"intercode": "qse_setting_upclass",
"nodeid": "1071556803675901952",
"url": "",
"child": [],
"parentnodeid": "807050147002408960"
}],
"parentnodeid": "0"
}]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>