Skip to content

Commit

Permalink
添加数据
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Aug 21, 2017
1 parent a3257ba commit bac0f0c
Show file tree
Hide file tree
Showing 4 changed files with 1,870 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# banks
银行以及银行支行等json数据
# 银行以及银行支行等json数据

bank_name.json 银行列表
provinces.json 省市级联列表
banks.json 银行以及银行支行列表(可以通过 银行id 省id 市id 过滤出来支行)

数据其实已经较老了
102 changes: 102 additions & 0 deletions bank_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
[
{
"value": "1001",
"name": "招商银行"
},
{
"value": "1002",
"name": "中国工商银行"
},
{
"value": "1003",
"name": "中国建设银行"
},
{
"value": "1004",
"name": "浦发银行"
},
{
"value": "1005",
"name": "中国农业银行"
},
{
"value": "1006",
"name": "中国民生银行"
},
{
"value": "1010",
"name": "平安银行"
},
{
"value": "1009",
"name": "兴业银行"
},
{
"value": "1020",
"name": "交通银行"
},
{
"value": "1021",
"name": "中信银行"
},
{
"value": "1022",
"name": "中国光大银行"
},
{
"value": "1023",
"name": "农村合作信用社"
},
{
"value": "1024",
"name": "上海银行"
},
{
"value": "1025",
"name": "华夏银行"
},
{
"value": "1026",
"name": "中国银行"
},
{
"value": "1027",
"name": "广发银行"
},
{
"value": "1032",
"name": "北京银行"
},
{
"value": "1066",
"name": "邮政储蓄银行"
},
{
"value": "1054",
"name": "南京银行"
},
{
"value": "1056",
"name": "宁波银行"
},
{
"value": "1082",
"name": "上海农商银行"
},
{
"value": "4006",
"name": "华润银行"
},
{
"value": "4830",
"name": "江苏银行"
},
{
"value": "4835",
"name": "广东南粤银行"
},
{
"value": "1099",
"name": "其他银行"
}
]
1 change: 1 addition & 0 deletions banks.json

Large diffs are not rendered by default.

Loading

0 comments on commit bac0f0c

Please sign in to comment.