查询银行接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询所有银行接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/settle/bankChannelMchConfigAction/getAllBank.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST | GET</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
&quot;head&quot;:{
&quot;rd&quot;: &quot;0&quot;,
&quot;rm&quot;: &quot;交易成功&quot;
},
&quot;body&quot;:[
{
&quot;id&quot;: &quot;JX&quot;,
&quot;name&quot;: &quot;江西银行&quot;
},
{&quot;id&quot;: &quot;MS&quot;, &quot;name&quot;: &quot;民生银行&quot;},
{&quot;id&quot;: &quot;SP_MS&quot;, &quot;name&quot;: &quot;民生服务商&quot;},
{&quot;id&quot;: &quot;SP_ZX&quot;, &quot;name&quot;: &quot;中信服务商&quot;},
{&quot;id&quot;: &quot;WZ&quot;, &quot;name&quot;: &quot;微众银行&quot;},
{&quot;id&quot;: &quot;WLMQ_ZS&quot;, &quot;name&quot;: &quot;招商银行_乌鲁木齐分行&quot;},
{&quot;id&quot;: &quot;WZ_SP&quot;, &quot;name&quot;: &quot;微众银行服务商&quot;},
{&quot;id&quot;: &quot;YS&quot;, &quot;name&quot;: &quot;谊胜支付宝&quot;},
{&quot;id&quot;: &quot;HXT&quot;, &quot;name&quot;: &quot;恒信通&quot;},
{&quot;id&quot;: &quot;YLALL_BNS&quot;, &quot;name&quot;: &quot;银联全渠道-北农商&quot;},
{&quot;id&quot;: &quot;SH&quot;, &quot;name&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;">id</td>
<td style="text-align: left;">String</td>
<td>银行编码</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">String</td>
<td>银行名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>