代理列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>代理列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/agent/member/agent-page-query</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">fundQueryStartTime</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>查询资金开始时间 格式为:年-月-日 时:分:秒</td>
</tr>
<tr>
<td style="text-align: left;">fundQueryEndTime</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>查询资金结束时间 格式为:年-月-日 时:分:秒</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;data&quot; : {
&quot;content&quot; : [ {
&quot;id&quot; : 807257,
&quot;username&quot; : &quot;15861594538&quot;,
&quot;superPartner&quot; : &quot;1&quot;,
&quot;inviterId&quot; : 806127,
&quot;promotionCode&quot; : &quot;5522&quot;,
&quot;registrationTime&quot; : &quot;2023-11-20 09:51:20&quot;,
&quot;totalBalance&quot; : 0,
&quot;todayOrder&quot; : null,
&quot;totalWithdraw&quot; : 0,
&quot;totalRecharge&quot; : 0,
&quot;coinBalance&quot; : null,
&quot;contractBalance&quot; : null,
&quot;followBalance&quot; : null,
&quot;todayRecharge&quot; : 0,
&quot;todayWithdraw&quot; : 0,
&quot;agentTodayRecharge&quot; : 0,
&quot;agentTodayWithdraw&quot; : 0,
&quot;agentTotalWithdraw&quot; : 0,
&quot;agentTotalRecharge&quot; : 0,
&quot;agentTotalCount&quot; : 0,
&quot;totalFollowBalance&quot; : 0E-16,
&quot;rate&quot; : 87,
&quot;followRate&quot; : 0,
&quot;wcRate&quot; : null,
&quot;followCount&quot; : 0,
&quot;teamSwapBalance&quot; : 0E-8
} ],
&quot;totalElements&quot; : 1,
&quot;totalPages&quot; : 1,
&quot;last&quot; : true,
&quot;number&quot; : 0,
&quot;size&quot; : 10,
&quot;sort&quot; : [ {
&quot;direction&quot; : &quot;DESC&quot;,
&quot;property&quot; : &quot;registrationTime&quot;,
&quot;ignoreCase&quot; : false,
&quot;nullHandling&quot; : &quot;NATIVE&quot;,
&quot;ascending&quot; : false,
&quot;descending&quot; : true
} ],
&quot;first&quot; : true,
&quot;numberOfElements&quot; : 1
},
&quot;code&quot; : 0,
&quot;message&quot; : &quot;SUCCESS&quot;,
&quot;totalPage&quot; : null,
&quot;totalElement&quot; : null
}
</code></pre>
<h5>返回参数说明</h5>
<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;">totalRecharge</td>
<td style="text-align: left;">double</td>
<td>团队总入金</td>
</tr>
<tr>
<td style="text-align: left;">totalWithdraw</td>
<td style="text-align: left;">double</td>
<td>团队总出金</td>
</tr>
<tr>
<td style="text-align: left;">optionOrderRate</td>
<td style="text-align: left;">int</td>
<td>期权合约返佣比例</td>
</tr>
<tr>
<td style="text-align: left;">optionBalance</td>
<td style="text-align: left;">double</td>
<td>期权合约总余额</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>