This commit is contained in:
aozhiwei 2022-06-15 19:59:40 +08:00
parent 6c66cc07a5
commit ceb2307760

View File

@ -11,7 +11,6 @@ class ServerSwitchController extends BaseAuthedController {
if (myself()->_getNowTime() > 1655337600) {
array_push($openList, 2);
}
array_push($openList, 2);
myself()->_rspData(array(
'open_list' => $openList
));