forked from ALawating-Rex/AreaAndBanks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike
committed
Aug 21, 2017
1 parent
a3257ba
commit bac0f0c
Showing
4 changed files
with
1,870 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 过滤出来支行) | ||
|
||
数据其实已经较老了 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "其他银行" | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.