improvement: device 更名为 env
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package net.geedge.api.config;
|
||||
|
||||
import cn.hutool.log.Log;
|
||||
import net.geedge.api.entity.DeviceApiYml;
|
||||
import net.geedge.api.entity.EnvApiYml;
|
||||
import net.geedge.common.T;
|
||||
import org.springframework.web.socket.BinaryMessage;
|
||||
import org.springframework.web.socket.CloseStatus;
|
||||
@@ -17,9 +17,9 @@ public class VncProxyHandler extends TextWebSocketHandler {
|
||||
|
||||
private static final Log log = Log.get();
|
||||
|
||||
private DeviceApiYml.Vnc vnc;
|
||||
private EnvApiYml.Vnc vnc;
|
||||
|
||||
public VncProxyHandler(DeviceApiYml.Vnc vnc) {
|
||||
public VncProxyHandler(EnvApiYml.Vnc vnc) {
|
||||
this.vnc = vnc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user