标准签


获取支行详情

<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>{ &amp;quot;success&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;total&amp;quot;: null, &amp;quot;errCode&amp;quot;: 0, &amp;quot;errShow&amp;quot;: false, &amp;quot;data&amp;quot;: { &amp;quot;bankName&amp;quot;: &amp;quot;平安银行&amp;quot;, &amp;quot;subBankName&amp;quot;: &amp;quot;平安银行杭州高新支行&amp;quot;, &amp;quot;uniqueCode&amp;quot;: &amp;quot;307331002584&amp;quot;, &amp;quot;provinceCode&amp;quot;: &amp;quot;浙江省&amp;quot;, &amp;quot;cityCode&amp;quot;: &amp;quot;杭州市&amp;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>

页面列表

ITEM_HTML