查询权限组织树
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询权限组织树</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/common/orgAuthTreeByChildrenId</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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></code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1574760326469",
"returnCode": "0",
"beans": [],
"returnMessage": "操作成功",
"bean": {
"orgs": "[{\"orgName\":\"中移在线\",\"alternative\":\"0\",\"orgId\":\"2019101511012801111\",\"child\":[{\"orgName\":\"3123\",\"alternative\":\"1\",\"orgId\":\"2019111617364700005\",\"child\":[]},{\"orgName\":\"勿删测试orgTypeorgAttr\",\"alternative\":\"1\",\"orgId\":\"2019111917264900001\",\"child\":[]}]}]"
}
}</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;">alternative</td>
<td style="text-align: left;">int</td>
<td>1:可选择,0:不可选择</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>