1
This commit is contained in:
parent
9fe2f2177c
commit
75b4bd8e18
@ -8,6 +8,9 @@ class ServerSwitchController extends BaseAuthedController {
|
|||||||
if (myself()->_getNowTime() > 1654704480) {
|
if (myself()->_getNowTime() > 1654704480) {
|
||||||
array_push($openList, 1);
|
array_push($openList, 1);
|
||||||
}
|
}
|
||||||
|
if (myself()->_getNowTime() > 1655337600) {
|
||||||
|
array_push($openList, 2);
|
||||||
|
}
|
||||||
myself()->_rspData(array(
|
myself()->_rspData(array(
|
||||||
'open_list' => $openList
|
'open_list' => $openList
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user