diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index 3acf4c70..67c47c31 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -156,7 +156,8 @@ class GameController extends BaseController{ // 美国IP 贝塔版 $ip = get_client_ip(); - $isUSIP = ip_is_country($ip); +// $isUSIP = ip_is_country($ip); + $isUSIP = false; // var_dump($isUSIP); if(empty($data['user_id'])) { re_msg(1004, 'fail', '用户不存在');