取消贝塔美国IP

master
tping 5 years ago
parent bd4d4ff9e5
commit 9431dfd4c9

@ -201,7 +201,9 @@ class ExchangeController extends BaseController{
$isBeta = true; $isBeta = true;
// 美国IP 贝塔版 // 美国IP 贝塔版
$ip = get_client_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); $isUSBeta = ip_is_country($ip);
// 美国IP的贝塔包 不管游戏设置怎么设置 都走苹果支付 // 美国IP的贝塔包 不管游戏设置怎么设置 都走苹果支付

Loading…
Cancel
Save