This commit is contained in:
aozhiwei 2022-06-07 18:51:41 +08:00
parent 4c6e1fa3d4
commit f882b8718d

View File

@ -5,6 +5,9 @@ class ServerSwitchController extends BaseAuthedController {
public function getSwitch() public function getSwitch()
{ {
$openList = array(); $openList = array();
if (myself()->_getNowTime() > 1654704480) {
array_push($openList, 1);
}
myself()->_rspData(array( myself()->_rspData(array(
'open_list' => $openList 'open_list' => $openList
)); ));