1
This commit is contained in:
parent
97adbdd106
commit
afddbf1751
@ -8,7 +8,7 @@ class ServerSwitchController extends BaseAuthedController {
|
||||
if (myself()->_getNowTime() > 1654704480) {
|
||||
array_push($openList, 1);
|
||||
}
|
||||
if (myself()->_getNowTime() > 1655337600) {
|
||||
if (myself()->_getNowTime() > 1655337600 + 3600 * 24) {
|
||||
array_push($openList, 2);
|
||||
}
|
||||
myself()->_rspData(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user