根据顶级组织Id查询下级的组织树
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据顶级组织Id查询下级的组织树</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>hcmc/common/orgAuthTreeByTopId</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>入参示例</strong></p>
<pre><code>{
"topOrgId": "2019120410373900215"
}</code></pre>
<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>
<tr>
<td style="text-align: left;">topOrgId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>顶级组织Id</td>
</tr>
</tbody>
</table>
<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;">returnCode</td>
<td style="text-align: left;">String</td>
<td>返回编码</td>
</tr>
<tr>
<td style="text-align: left;">returnMessage</td>
<td style="text-align: left;">String</td>
<td>返回信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</li>
</ul>