作者 李宇航

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

gx



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