From d8f989441615b503ab3c2ea986111ae03532a517 Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 6 Mar 2020 17:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=B4=9D=E5=A1=94=E7=BE=8E?= =?UTF-8?q?=E5=9B=BDIP=20=20=E6=82=AC=E6=B5=AE=E7=90=83=20=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', '用户不存在');