获取银行列表
<h5>简要描述</h5>
<ul>
<li>获取银行列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/IntermediaryOrder/getBank</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"info": [
{
"type_code": "000",
"bank_name": "电子联行转换中心"
},
{
"type_code": "001",
"bank_name": "中国人民银行"
},
{
"type_code": "011",
"bank_name": "国家金库"
},
{
"type_code": "012",
"bank_name": "支付业务收费专户"
},
{
"type_code": "102",
"bank_name": "中国工商银行"
},
{
"type_code": "103",
"bank_name": "中国农业银行"
},
{
"type_code": "104",
"bank_name": "中国银行"
},
{
"type_code": "105",
"bank_name": "中国建设银行"
},
{
"type_code": "201",
"bank_name": "国家开发银行"
},
{
"type_code": "202",
"bank_name": "中国进出口银行"
},
{
"type_code": "203",
"bank_name": "中国农业发展银行"
},
{
"type_code": "301",
"bank_name": "交通银行"
},
],
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>