This commit is contained in:
aozhiwei 2022-06-16 14:26:32 +08:00
parent 17a528e653
commit 2a5f3464d8

View File

@ -8,7 +8,7 @@ class ServerSwitchController extends BaseAuthedController {
if (myself()->_getNowTime() > 1654704480) { if (myself()->_getNowTime() > 1654704480) {
array_push($openList, 1); array_push($openList, 1);
} }
if (myself()->_getNowTime() > 1655337600 + 3600 * 24) { if (myself()->_getNowTime() > 1655337600) {
array_push($openList, 2); array_push($openList, 2);
} }
myself()->_rspData(array( myself()->_rspData(array(