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的贝塔包 不管游戏设置怎么设置 都走苹果支付