Skip to content

Commit

Permalink
Update BankCard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichao-poper authored Jun 25, 2018
1 parent 9a12481 commit 5038f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BankCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ class BankCard
"TCCB" => "天津银行",
"WJRCB" => "吴江农商银行",
"CBBQS" => "城市商业银行资金清算中心",
"HBRCU" => "河北省农村信用社"
"HBRCU" => "河北省农村信用社",
"XJRCU" => "新疆农村信用社",
];

public static function getBankList()
Expand Down Expand Up @@ -215,4 +216,4 @@ public static function info($cardNum)

return $bankInfo;
}
}
}

0 comments on commit 5038f0c

Please sign in to comment.