This commit is contained in:
aozhiwei 2024-11-04 14:21:21 +08:00
parent e49923b9b7
commit b3f27fdc06

View File

@ -70,6 +70,9 @@ class ServerSwitchService {
$redis->set(self::SERVER_SWITCH_KEY,json_encode($data)); $redis->set(self::SERVER_SWITCH_KEY,json_encode($data));
$redis->pexpire(self::SERVER_SWITCH_KEY , 10*1000); $redis->pexpire(self::SERVER_SWITCH_KEY , 10*1000);
} }
if (myself()->_getZid() == 17) {
$data['ui.popup.circuitTask'] = 1;
}
return $data; return $data;
} }