提现列表查询
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>提现列表查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>127.0.0.1:8080/web/user/withdrawList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>{
&quot;total&quot;: 1,
&quot;rows&quot;: [
{
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;orderId&quot;: &quot;W2024032117135405242912&quot;,
&quot;userId&quot;: 101,
&quot;userAccount&quot;: 23368256,
&quot;userName&quot;: &quot;用户昵称&quot;,
&quot;email&quot;: &quot;939759689@qq.com&quot;,
&quot;amount&quot;: 500.00,
&quot;country&quot;: &quot;国家&quot;,
&quot;bankAccountName&quot;: &quot;银行账户名称&quot;,
&quot;bankName&quot;: &quot;银行名称&quot;,
&quot;bankCard&quot;: &quot;银行卡号&quot;,
&quot;orderTime&quot;: &quot;2024-03-21&quot;
}
],
&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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>