This commit is contained in:
aozhiwei 2021-09-29 00:52:23 +08:00
parent 09d066a2fe
commit 4efa6c79c5

View File

@ -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
));
}