1
This commit is contained in:
parent
e49923b9b7
commit
b3f27fdc06
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user