查询用户绑定的所有银行卡
<p><strong>简要描述:</strong> </p>
<p>查询用户绑定的所有银行卡</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/user/getAllBank</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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;">comefrom</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>请求来源 2 微信公众号 4 APP 5 天天车宝</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": [
{
"requestTime": "20210716093007",
"bankCode": "ICBC",
"cardId": "411514", //解绑所需参数
"name": "**乐",
"cardType": "DEBIT",
"cardNo": "6212***********7610",
"phoneNo": "185****1295"
},
{
"requestTime": "20210705115121",
"bankCode": "CMB",
"cardId": "411270",
"name": "**乐",
"cardType": "DEBIT",
"cardNo": "6214********0558",
"phoneNo": "176****2701"
},
{
"requestTime": "20210702190045",
"bankCode": "CMB",
"cardId": "411266",
"name": "**乐",
"cardType": "DEBIT",
"cardNo": "6214********0559",
"phoneNo": "176****2701"
}
],
"message": "success"
}
</code></pre>