获取提现详情信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取提现详情信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-tx-info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</td>
</tr>
<tr>
<td style="text-align: left;">txCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>提现订单编号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"cust_no": "19073100001", //会员编号
"tx_code": "xxxxxxxxxxxxxxxxxxx", //提现编号
"tx_money": "10",//提现金额
"actual_money": "10", // 实际到账金额
"fee_money": "10",//服务费
"vou_img": 10, // 转账凭证图片
"status": "1" // 提现状态 1:未处理 2:提现成功 3:提现失败
"toacc_type": "1" // 收款方式 1:支付宝 2:微信 3:银行卡
"toacc_time": "2019-07-31 15:41:30" // 转账时间
"toacc_num": "2019-07-31 15:41:30" // 收款账户
"c_time": "2019-07-31 15:41:30" // 创建时间
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>