ruoyi2500

ruoyi2500


提现列表查询

<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>{     &amp;quot;total&amp;quot;: 1,     &amp;quot;rows&amp;quot;: [         {             &amp;quot;createBy&amp;quot;: null,             &amp;quot;createTime&amp;quot;: null,             &amp;quot;updateBy&amp;quot;: null,             &amp;quot;updateTime&amp;quot;: null,             &amp;quot;remark&amp;quot;: null,             &amp;quot;orderId&amp;quot;: &amp;quot;W2024032117135405242912&amp;quot;,             &amp;quot;userId&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;amount&amp;quot;: 500.00,             &amp;quot;country&amp;quot;: &amp;quot;国家&amp;quot;,             &amp;quot;bankAccountName&amp;quot;: &amp;quot;银行账户名称&amp;quot;,             &amp;quot;bankName&amp;quot;: &amp;quot;银行名称&amp;quot;,             &amp;quot;bankCard&amp;quot;: &amp;quot;银行卡号&amp;quot;,             &amp;quot;orderTime&amp;quot;: &amp;quot;2024-03-21&amp;quot;         }     ],     &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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML