Skip to content

Commit

Permalink
中国增加省
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Apr 13, 2017
1 parent 1a78023 commit 7a1aa54
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions services/helper/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,55 @@ public function getCountryStateArr(){
'LT-VL' => 'Vilniaus Apskritis',
],


'CN' => [
'BJ' => '北京市',
'SH' => '上海市',
'TJ' => '天津市',
'CQ' => '重庆市',
'HEB' => '河北省',
'SAX' => '山西省',
'LN' => '辽宁省',
'JL' => '吉林省',
'HLJ' => '黑龙江省',
'JS' => '江苏省',
'ZJ' => '浙江省',
'AH' => '安徽省',
'FJ' => '福建省',
'JX' => '江西省',
'SD' => '山东省',
'HEN' => '河南省',
'HUB' => '湖北省',
'HUN' => '湖南省',
'GD' => '广东省',
'HN' => '海南省',
'SC' => '四川省',
'HZ' => '贵州省',
'YN' => '云南省',
'SNX' => '陕西省',
'GS' => '甘肃省',
'QH' => '青海省',
'TW' => '台湾省',
'GX' => '广西壮族自治区',
'NMG' => '内蒙古自治区',
'XZ' => '西藏自治区',
'NX' => '宁夏回族自治区',
'XJ' => '新疆维吾尔自治区',
'XG' => '香港特别行政区',

],












];
return $data;
}
Expand Down

0 comments on commit 7a1aa54

Please sign in to comment.