解绑银行卡
<p><strong>简要描述:</strong> </p>
<p>解绑银行卡</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/user/deleteBank</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>
<tr>
<td style="text-align: left;">cardId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>cardId 注:不是卡号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"data": {
"response_code": "APPLY_SUCCESS",
"partner_id": "200004595271",
"response_message": "提交成功",
"ticket": "39407f4971c744209e066b2e463f41d6", //解绑推进所需参数
"sign_version": "1.0",
"_input_charset": "utf-8",
"sign": "VAFFCfjlnWbczwF9t7V3UDDBMBQXJAOE3mwb/wfAH0zf6gjqVUcrW7z8jDTqPJg1OxzkQBB8CLw/RjdYUZaxerXRonmvs1T4NUtV7QKZv4DY2SuG6oBMe8ipaLnCnaIVSvjakbmUj0Ahqix40QdxGs4HOf8KXOHqGt+UZTsb2L4=",
"response_time": "20210716093510",
"sign_type": "RSA"
},
"message": "success"
}
</code></pre>