作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1683
@@ -1226,7 +1226,7 @@ public static function getCountryNameByAlpha3($alpha3) { @@ -1226,7 +1226,7 @@ public static function getCountryNameByAlpha3($alpha3) {
1226 if (array_key_exists($alpha3, $countries)) { 1226 if (array_key_exists($alpha3, $countries)) {
1227 return $countries[$alpha3]; 1227 return $countries[$alpha3];
1228 } else { 1228 } else {
1229 - return 'no'; 1229 + return '未知国家';
1230 } 1230 }
1231 } 1231 }
1232 1232