获取支行详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取支行详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://ip:port/service/rest/bank/subBank/{uniqueCode">http://ip:port/service/rest/bank/subBank/{uniqueCode</a>}</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;">uniqueCode</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>http://ip:port/service/rest/bank/subBank/307331002584
</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;成功&quot;,
&quot;total&quot;: null,
&quot;errCode&quot;: 0,
&quot;errShow&quot;: false,
&quot;data&quot;: {
&quot;bankName&quot;: &quot;平安银行&quot;,
&quot;subBankName&quot;: &quot;平安银行杭州高新支行&quot;,
&quot;uniqueCode&quot;: &quot;307331002584&quot;,
&quot;provinceCode&quot;: &quot;浙江省&quot;,
&quot;cityCode&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;">bankName</td>
<td style="text-align: left;">String</td>
<td>总行名称</td>
</tr>
<tr>
<td style="text-align: left;">subBankName</td>
<td style="text-align: left;">String</td>
<td>支行名称</td>
</tr>
<tr>
<td style="text-align: left;">uniqueCode</td>
<td style="text-align: left;">String</td>
<td>支行行号</td>
</tr>
<tr>
<td style="text-align: left;">provinceCode</td>
<td style="text-align: left;">String</td>
<td>省份</td>
</tr>
<tr>
<td style="text-align: left;">cityCode</td>
<td style="text-align: left;">String</td>
<td>市/县</td>
</tr>
</tbody>
</table>