ruoyi2500

ruoyi2500


会员管理查询

<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> {     &amp;quot;total&amp;quot;: 1,     &amp;quot;rows&amp;quot;: [         {             &amp;quot;id&amp;quot;: 101,             &amp;quot;userAccount&amp;quot;: 23368256,             &amp;quot;userName&amp;quot;: &amp;quot;用户昵称&amp;quot;,             &amp;quot;email&amp;quot;: &amp;quot;939759689@qq.com&amp;quot;,             &amp;quot;starCoin&amp;quot;: 2000.00,             &amp;quot;freezeStarCoin&amp;quot;: 0.00,             &amp;quot;withdrawStarCoin&amp;quot;: 0.00,             &amp;quot;phone&amp;quot;: &amp;quot;16621014667&amp;quot;,             &amp;quot;areaCode&amp;quot;: &amp;quot;+86&amp;quot;,             &amp;quot;riskStatus&amp;quot;: 0,             &amp;quot;rechargeAmount&amp;quot;: 500.00,             &amp;quot;withdrawAmount&amp;quot;: 500.00,             &amp;quot;code&amp;quot;: null,             &amp;quot;userStatus&amp;quot;: 0         }     ],     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;查询成功&amp;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>

页面列表

ITEM_HTML