结算卡支持判断
<p><strong>简要描述:</strong> </p>
<ul>
<li>结算卡所属总行联行号上海银行是否支持接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>wxDirect/getSHBankSupport</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;">cnapsCode</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> {
&quot;head&quot; : {
&quot;rd&quot; : &quot;0&quot;,
&quot;rm&quot; : &quot;成功&quot;
},
&quot;body&quot; : &quot;true&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;">body</td>
<td style="text-align: left;">boolean</td>
<td>true-支持 false-不支持</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>只是上海银行需要验证,路由id=138</li>
</ul>