@ -333,7 +333,6 @@ function ip_is_country($ip, $country_id=['US'], $country=['美国'])
}
} else {
$res = file_get_contents($url2);
$ipData = json_decode($res,true);
Log::write("taobal:".serialize($res));
if ($ipData['status']==0 && substr($ipData['location'], 0, strlen($country[0])-1) == $country[0]) {