上下级转账基础页
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>LeaderRechargeIndex</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;AccountId&quot;:&quot;51000&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST </li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: {
&quot;SubAccountName&quot;: &quot;f003&quot;,
&quot;SubAccountId&quot;: 51000,
&quot;Balance&quot;: &quot;172229.3833&quot;,
&quot;Freebalance&quot;: &quot;10553.8743&quot;,
&quot;ParentTransferAccounts&quot;: 1
},
&quot;Code&quot;: 0
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">SubAccountName</td>
<td>账号名称</td>
</tr>
<tr>
<td style="text-align: left;">SubAccountId</td>
<td>账号ID</td>
</tr>
<tr>
<td style="text-align: left;">Balance</td>
<td>总余额</td>
</tr>
<tr>
<td style="text-align: left;">Freebalance</td>
<td>自由余额。不需要打码量,可以出款、转账等自由支配的余额。</td>
</tr>
<tr>
<td style="text-align: left;">ParentTransferAccounts</td>
<td>是否开通上下级转账功能</td>
</tr>
</tbody>
</table>