From 75b4bd8e18625592e54b9062e26a7c67c53fee25 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 15 Jun 2022 16:12:23 +0800 Subject: [PATCH] 1 --- webapp/controller/ServerSwitchController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/ServerSwitchController.class.php b/webapp/controller/ServerSwitchController.class.php index 1a13e86f..2560509d 100644 --- a/webapp/controller/ServerSwitchController.class.php +++ b/webapp/controller/ServerSwitchController.class.php @@ -8,6 +8,9 @@ class ServerSwitchController extends BaseAuthedController { if (myself()->_getNowTime() > 1654704480) { array_push($openList, 1); } + if (myself()->_getNowTime() > 1655337600) { + array_push($openList, 2); + } myself()->_rspData(array( 'open_list' => $openList ));