会员管理查询
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>会员管理查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>127.0.0.1:8080/web/user/userManageList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code> {
&quot;total&quot;: 1,
&quot;rows&quot;: [
{
&quot;id&quot;: 101,
&quot;userAccount&quot;: 23368256,
&quot;userName&quot;: &quot;用户昵称&quot;,
&quot;email&quot;: &quot;939759689@qq.com&quot;,
&quot;starCoin&quot;: 2000.00,
&quot;freezeStarCoin&quot;: 0.00,
&quot;withdrawStarCoin&quot;: 0.00,
&quot;phone&quot;: &quot;16621014667&quot;,
&quot;areaCode&quot;: &quot;+86&quot;,
&quot;riskStatus&quot;: 0,
&quot;rechargeAmount&quot;: 500.00,
&quot;withdrawAmount&quot;: 500.00,
&quot;code&quot;: null,
&quot;userStatus&quot;: 0
}
],
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;查询成功&quot;
}</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;">rechargeAmount</td>
<td style="text-align: left;">int</td>
<td>充值金额</td>
</tr>
<tr>
<td style="text-align: left;">withdrawAmount</td>
<td style="text-align: left;">int</td>
<td>提现金额</td>
</tr>
<tr>
<td style="text-align: left;">riskStatus</td>
<td style="text-align: left;">int</td>
<td>风控状态 0正常 1盈利 2亏损</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>