邱宇豪
2023-11-15 63144fb8d7cda1a8cc0e0fe730a3fb1f2ddb6b8a
hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/entity/FaceResult.java
@@ -34,6 +34,7 @@
        this.msg = "登录成功";
        this.dev_sno = faceDevice.getDevSno();
        this.mqinfo = JSON.parseObject(emqxConfig);
        this.mqinfo.put("keepalive",60);
        this.mqinfo.put("topic",faceDevice.getDevSno());
        this.mqinfo.put("willTopic",faceDevice.getDevSno()+"-W");
        this.mqinfo.put("willContent",faceDevice.getDevSno()+"-offline");