1
This commit is contained in:
parent
09d066a2fe
commit
4efa6c79c5
@ -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
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user