37、提款记录详情
<ul>
<li>获取游戏url</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/mine/funds/withdraw/detail</code> <code>需登录</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET</p>
<p><strong>请求参数说明</strong> </p>
</li>
</ul>
<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;">id</td>
<td style="text-align: left;">long</td>
<td>提款记录id:901528684354076672</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;address&quot;: &quot;622200001234000012&quot;,
&quot;addressTag&quot;: null,
&quot;admin&quot;: &quot;0&quot;,
&quot;adminName&quot;: null,
&quot;assetType&quot;: 1,
&quot;bankCard&quot;: &quot;622200001234000012&quot;,
&quot;brand&quot;: &quot;HB&quot;,
&quot;chain&quot;: &quot;农业银行&quot;,
&quot;channel&quot;: null,
&quot;charge&quot;: 0.00000000,
&quot;createTime&quot;: 1692870788000,
&quot;currency&quot;: &quot;CNY&quot;,
&quot;detail&quot;: &quot;提款取出&quot;,
&quot;device&quot;: null,
&quot;digital&quot;: false,
&quot;explain&quot;: &quot;提款取出&quot;,
&quot;exrate&quot;: 7.25000000,
&quot;finishTime&quot;: 1692870788000,
&quot;handleTime&quot;: 1692870788000,
&quot;id&quot;: &quot;901528684354076672&quot;,
&quot;idStr&quot;: &quot;901528684354076672&quot;,
&quot;money&quot;: 72.00000000,
&quot;payNumber&quot;: &quot;&quot;,
&quot;payOrder&quot;: &quot;&quot;,
&quot;price&quot;: 0.13623978,
&quot;realname&quot;: &quot;XXKK&quot;,
&quot;remark&quot;: &quot;&quot;,
&quot;source&quot;: null,
&quot;srcCurrency&quot;: &quot;USDT&quot;,
&quot;srcMoney&quot;: 10.00000000,
&quot;status&quot;: 0,
&quot;statusDesc&quot;: null,
&quot;txid&quot;: null,
&quot;type&quot;: 200,
&quot;typeDesc&quot;: &quot;资金取出&quot;,
&quot;userId&quot;: &quot;893911710384406528&quot;,
&quot;userType&quot;: null,
&quot;userTypeDesc&quot;: &quot;&quot;,
&quot;username&quot;: &quot;swaptest9&quot;,
&quot;wFeeEnable&quot;: null,
&quot;white&quot;: false,
&quot;cancelExpiredTime&quot;: 0
},
&quot;message&quot;: &quot;&quot;
}</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;">cancelExpiredTime</td>
<td style="text-align: left;">long</td>
<td>当前可剩余的取消时间(毫秒值):6000</td>
</tr>
</tbody>
</table>