# Query branch list

# Dxplaination of Interface Call Request

http请求方式:POST
https://api.weixin.qq.com/shop/funds/getsubbranch?access_token=xxxxxxxxx

# Example of request parameters

{
  "bank_code": "1000009501",
  "city_code": "571",
  "offset": 0,
  "limit": 1
}

# Examples of back-up

{
  "account_bank": "其他银行",
  "account_bank_code": 1099,
  "bank_alias": "浙江网商银行",
  "bank_alias_code": "1000009501",
  "count": 1,
  "data": [
    {
      "branch_id": "323331000001",
      "branch_name": "浙江网商银行股份有限公司"
    }
  ],
  "total_count": 1
}

# Dxplaination of request parameters

parameter type Is it compulsory? Introductions
bank_code string yes Bank code, check bank information](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/funds/bank/getbankbynum.html) or search bank information
city_code string yes City number, check the list of cities](https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/funds/bank/getcity.html) by [
offset number no The amount of variation
limit number no Limit number of individuals

# Dxplaination of callback parameters

parameter type Introductions
errcode number Error code
errmsg string Error message
total_count number total
count number Number of current pages
account_bank string Bank Name
account_bank_code string Bank codes
bank_alias string Bank alias
bank_alias_code string Bank alias codes
data[].branch_id number Branch numbers
data[].branch_name string Full name of bank (including branch)

# Return code

Return code Error Type
-1 System exceptions
9710001 No data yet