钱包余额
<h5>简要描述</h5>
<ul>
<li>钱包余额</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/wallet/balance/userWallet</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": {
"id": 196,
"userId": 366,
"carRepairBalance": 0.0, //共享修车金
"walletBalance": 0.0, //钱包余额
"userIncome": 0.0, //用户收益
"updateTime": "2021-10-09T07:04:07.000+0000",
"withdrawAmount": 0.0, //可提现金额
"mobile": "18596663542" //用户手机号 提现时发验证码用
},
"message": "success"
}</code></pre>
<h5>简要描述</h5>
<ul>
<li>交易明细</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/appBalance/myBalance</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;">date</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>年月 如:2020-06</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"total": 6,
"code": 200,
"data": [
{
"id": 59,
"userId": 86,
"type": 8, //类型 下面介绍
"amount": 100.0, //变动金额
"relationId": 1, //对应id
"beforeCarRepairBalance": 9.99, //变动前共享修车金
"afterCarRepairBalance": 9.99, //变动后共享修车金
"beforeWalletBalance": 300.0, //变动前钱包余额
"afterWalletBalance": 400.0, //变动后钱包余额
"remark": "后台拒绝提现申请", //备注
"createTime": "2021-10-13T07:01:53.000+0000"
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>
<p>类型介绍
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/059520e2680fbc5eb670e75bc678697a" alt="" /></p>