1
This commit is contained in:
parent
4c6e1fa3d4
commit
f882b8718d
@ -5,6 +5,9 @@ class ServerSwitchController extends BaseAuthedController {
|
|||||||
public function getSwitch()
|
public function getSwitch()
|
||||||
{
|
{
|
||||||
$openList = array();
|
$openList = array();
|
||||||
|
if (myself()->_getNowTime() > 1654704480) {
|
||||||
|
array_push($openList, 1);
|
||||||
|
}
|
||||||
myself()->_rspData(array(
|
myself()->_rspData(array(
|
||||||
'open_list' => $openList
|
'open_list' => $openList
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user