diff --git a/webapp/controller/ServerSwitchController.class.php b/webapp/controller/ServerSwitchController.class.php index a1d41bf..7b136e7 100644 --- a/webapp/controller/ServerSwitchController.class.php +++ b/webapp/controller/ServerSwitchController.class.php @@ -45,7 +45,7 @@ class ServerSwitchController extends BaseAuthedController { 2:玩家进入第二天,战斗7次,已充值玩家战斗2次(除北上广深成)。 3:玩家进入第三天,战斗7次,已充值玩家战斗2次。 */ - if (phpcommon\isValidSessionId($_REQUEST['account_id'], + /*if (phpcommon\isValidSessionId($_REQUEST['account_id'], $_REQUEST['session_id'])) { $recharge_times = 0; $conn = $this->getMysql($_REQUEST['account_id']); @@ -85,11 +85,13 @@ class ServerSwitchController extends BaseAuthedController { $payable = 1; } } - } + }*/ + $payable = 0; echo json_encode(array( 'errcode' => 0, 'errmsg' => '', - 'payable' => $payable + 'payable' => $payable, + 'show_team_ui' => 1 )); }