用户列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/agent/member/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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;data&quot; : {
&quot;content&quot; : [ {
&quot;id&quot; : 804947,
&quot;username&quot; : &quot;804947&quot;,
&quot;superPartner&quot; : &quot;1&quot;,
&quot;inviterId&quot; : 804898,
&quot;promotionCode&quot; : &quot;7448&quot;,
&quot;registrationTime&quot; : &quot;2024-04-21 12:59:38&quot;,
&quot;totalBalance&quot; : 0E-8,
&quot;todayOrder&quot; : 0,
&quot;totalWithdraw&quot; : 0,
&quot;totalRecharge&quot; : 0,
&quot;coinBalance&quot; : 0E-8,
&quot;contractBalance&quot; : 0E-8,
&quot;followBalance&quot; : 0E-8,
&quot;todayRecharge&quot; : null,
&quot;todayWithdraw&quot; : null,
&quot;agentTodayRecharge&quot; : null,
&quot;agentTodayWithdraw&quot; : null,
&quot;agentTotalWithdraw&quot; : null,
&quot;agentTotalRecharge&quot; : null,
&quot;agentTotalCount&quot; : null,
&quot;totalFollowBalance&quot; : null,
&quot;rate&quot; : 0,
&quot;followRate&quot; : 0,
&quot;wcRate&quot; : null,
&quot;followCount&quot; : 0,
&quot;teamSwapBalance&quot; : null,
&quot;totalFee&quot; : null,
&quot;totalAward&quot; : null
}],
&quot;last&quot; : false,
&quot;totalPages&quot; : 29,
&quot;totalElements&quot; : 289,
&quot;first&quot; : true,
&quot;sort&quot; : [ {
&quot;direction&quot; : &quot;DESC&quot;,
&quot;property&quot; : &quot;id&quot;,
&quot;ignoreCase&quot; : false,
&quot;nullHandling&quot; : &quot;NATIVE&quot;,
&quot;descending&quot; : true,
&quot;ascending&quot; : false
} ],
&quot;numberOfElements&quot; : 10,
&quot;size&quot; : 10,
&quot;number&quot; : 0
},
&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;">optionBalance</td>
<td style="text-align: left;">double</td>
<td>期权合约账号余额</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>