查询我的提现
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询我的提现</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://114.116.5.98:8008/apimod/user/get-my-withdraw-record</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;">custNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>商户编号</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>提现状态 00: 订单初始化, 01: 已请求上游, 02:提现成功, 03: 失败待回退余额, 04:提现失败'</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>当前页码 默认为1</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认为10</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 1,
"msg": "获取成功",
"result": {
"total": "2", //总条数
"data": [
{
"cash_no": "190120143928000002", //提现单号
"trade_no": null, //上游编号
"cash_money": "9.89",//提现金额
"cash_fee": "1.00",//提现手续费
"actual_money": "8.89",//实际到账金额
"status_": "03",//提现状态 00: 订单初始化, 01: 已请求上游, 02:提现成功, 03: 失败待回退余额, 04:提现失败
"success_time": null,//成功提现时间
"cash_id_card": "350627199409070551",//身份证
"cash_name": "杨家鹏",//收款人姓名
"cash_bank": "平安银行",//提现银行名称
"cash_bank_branch_name": "海沧支行",//提现银行分行名称
"cash_bank_card_no": "6230580000131720430",//提现银行卡号
"remark_": "代付成功",//提现备注
"create_time": "2019-01-20 14:39:28"//申请时间
},
{
"cash_no": "190120132025000001",
"trade_no": null,
"cash_money": "10.89",
"cash_fee": "1.00",
"actual_money": "9.89",
"status_": "04",
"success_time": null,
"cash_id_card": "350627199409070551",
"cash_name": "杨家鹏",
"cash_bank": "平安银行",
"cash_bank_branch_name": "海沧支行",
"remark_": "代付失败, 原因null",
"create_time": "2019-01-20 13:20:26"
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>600 获取成功</li>
<li>403 ip鉴权失败,联系咕啦添加请求方服务器ip白名单</li>
<li>404 无效的咕啦编号</li>
</ul>
<p>欢迎使用ShowDoc!</p>