@ -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', '用户不存在');