查看-充值记录
<h5>简要描述</h5>
<ul>
<li>查看-充值记录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/user/rechargeList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"total": 17,
"code": 200,
"data": [
{
"id": 1525,
"userId": 182,
"amount": 79.52, //金额
"orderNo": "R202111191815305652", //订单编号
"openId": null,
"payType": 2, //1 微信支付 2 支付宝 4 新浪支付
"comeFrom": 5,
"transactionId": null,
"state": 1, //1 未支付 2 支付成功 -1 支付失败
"createTime": "2021-11-19T10:15:30.000+0000", //充值时间
"payTime": null //支付时间
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>