From 9431dfd4c9bf2869cc4bf93f22a22f76c1643a48 Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 6 Mar 2020 17:40:38 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/ExchangeController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/ExchangeController.class.php b/Application/Sdk/Controller/ExchangeController.class.php index 55454901..f0da343b 100644 --- a/Application/Sdk/Controller/ExchangeController.class.php +++ b/Application/Sdk/Controller/ExchangeController.class.php @@ -201,7 +201,9 @@ class ExchangeController extends BaseController{ $isBeta = true; // 美国IP 贝塔版 $ip = get_client_ip(); - $isUSBeta = ip_is_country($ip, ['xx']); + // todo: 暂时取消美国IP 后面做白名单 +// $isUSBeta = ip_is_country($ip, ['xx']); + $isUSBeta = false; } $isUSBeta = ip_is_country($ip); // 美国IP的贝塔包 不管游戏设置怎么设置 都走苹果支付