获取当前用户的下级
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetAccountsSubordinate</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>null</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST </p>
<p><strong>返回示例</strong></p>
<pre><code>
{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;参数不能为空&quot;,
&quot;Data&quot;: [
{
&quot;FID&quot;: 52274,
&quot;FAccount&quot;: &quot;jwen1517&quot;,
&quot;FParentID&quot;: 49190
},
{
&quot;FID&quot;: 52278,
&quot;FAccount&quot;: &quot;testli&quot;,
&quot;FParentID&quot;: 49190
},
{
&quot;FID&quot;: 49255,
&quot;FAccount&quot;: &quot;dd33&quot;,
&quot;FParentID&quot;: 49190
},
{
&quot;FID&quot;: 52324,
&quot;FAccount&quot;: &quot;xxmu5597&quot;,
&quot;FParentID&quot;: 49190
}
],
&quot;Code&quot;: 0
}</code></pre>
</li>
</ul>
<pre><code></code></pre>