会员资产概览
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>委托管理列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/admin/member/page-with-property</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;">property</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>排序字段名称</td>
</tr>
<tr>
<td style="text-align: left;">direction</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>排序方向 DESC ASC</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot; : {
&quot;content&quot; : [ {
&quot;id&quot; : 804623,
&quot;username&quot; : &quot;18519247549&quot;,
&quot;margin&quot; : null,
&quot;googleState&quot; : null,
&quot;googleDate&quot; : null,
&quot;realName&quot; : null,
&quot;idNumber&quot; : null,
&quot;email&quot; : null,
&quot;mobilePhone&quot; : &quot;18519247549&quot;,
&quot;memberLevel&quot; : 0,
&quot;status&quot; : 0,
&quot;registrationTime&quot; : &quot;2023-07-06 15:23:20&quot;,
&quot;lastLoginTime&quot; : null,
&quot;superPartner&quot; : &quot;0&quot;,
&quot;transactions&quot; : 0,
&quot;bankInfo&quot; : null,
&quot;alipay&quot; : null,
&quot;wechatPay&quot; : null,
&quot;appealTimes&quot; : 0,
&quot;appealSuccessTimes&quot; : 0,
&quot;inviterId&quot; : 804447,
&quot;promotionCode&quot; : &quot;6051&quot;,
&quot;firstLevel&quot; : 0,
&quot;secondLevel&quot; : 0,
&quot;thirdLevel&quot; : 0,
&quot;agentLevel&quot; : null,
&quot;realNameStatus&quot; : 0,
&quot;loginCount&quot; : 0,
&quot;certifiedBusinessStatus&quot; : 0,
&quot;certifiedBusinessApplyTime&quot; : null,
&quot;applicationTime&quot; : null,
&quot;certifiedBusinessCheckTime&quot; : null,
&quot;avatar&quot; : &quot;http://xinjiapo-74.oss-ap-southeast-1.aliyuncs.com/640181ee-b144-42f4-8cf4-92d961d15fa9.png&quot;,
&quot;publishAdvertise&quot; : 1,
&quot;transactionStatus&quot; : 1,
&quot;signInAbility&quot; : true,
&quot;usdtBalance&quot; : 0.0,
&quot;isLock&quot; : 0,
&quot;isMoneyLock&quot; : null,
&quot;isTrader&quot; : null,
&quot;disableReward&quot; : 0,
&quot;isValid&quot; : null,
&quot;isService&quot; : null,
&quot;nationality&quot; : null,
&quot;name&quot; : null,
&quot;familyName&quot; : null,
&quot;middleName&quot; : null,
&quot;birthdate&quot; : null,
&quot;idType&quot; : null,
&quot;totalWithdraw&quot; : 0,
&quot;totalRecharge&quot; : 0,
&quot;totalAward&quot; : 0,
&quot;todayAward&quot; : 0,
&quot;totalBalance&quot; : 0,
&quot;todayOrder&quot; : 0,
&quot;totalProfit&quot; : 0,
&quot;totalLoss&quot; : 0,
&quot;todayProfit&quot; : 0,
&quot;todayLoss&quot; : 0,
&quot;totalFee&quot; : 0,
&quot;agentTotalWithdraw&quot; : null,
&quot;agentTotalRecharge&quot; : null,
&quot;agentTotalAward&quot; : null,
&quot;agentTotalBalance&quot; : null,
&quot;agentTotalProfit&quot; : null,
&quot;agentTotalLoss&quot; : null,
&quot;agentTotalFee&quot; : null,
&quot;agentTotalCount&quot; : null,
&quot;contractBalance&quot; : 0.0,
&quot;estimatedBalance&quot; : 0,
&quot;rate&quot; : 0,
&quot;followRate&quot; : null,
&quot;groupCount&quot; : 0,
&quot;violateCount&quot; : 0,
&quot;isSupervised&quot; : 0,
&quot;todayPosition&quot; : 0,
&quot;orderViolateCount&quot; : 0,
&quot;wcRate&quot; : null,
&quot;gameBalance&quot; : 0.0,
&quot;followBalance&quot; : 0.0,
&quot;cashBalance&quot; : 0.0,
&quot;followCount&quot; : 0,
&quot;transferInBalance&quot; : 0.0,
&quot;transferOutBalance&quot; : 0.0
} ],
&quot;last&quot; : false,
&quot;totalElements&quot; : 3454,
&quot;totalPages&quot; : 173,
&quot;number&quot; : 0,
&quot;size&quot; : 20,
&quot;sort&quot; : [ {
&quot;direction&quot; : &quot;DESC&quot;,
&quot;property&quot; : &quot;totalBalance&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; : 20
},
&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;">totalBalance</td>
<td style="text-align: left;">double</td>
<td>账户余额</td>
</tr>
<tr>
<td style="text-align: left;">cashBalance</td>
<td style="text-align: left;">double</td>
<td>资产账户</td>
</tr>
<tr>
<td style="text-align: left;">contractBalance</td>
<td style="text-align: left;">double</td>
<td>合约账户</td>
</tr>
<tr>
<td style="text-align: left;">followBalance</td>
<td style="text-align: left;">double</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>