张晓波
2023-10-19 ef1f9569e5c146fbdd796137bc30e13a13ae9fef
hd/pipe/StaffManage/src/main/java/com/thhy/staff/config/EmqxConfig.java
@@ -29,7 +29,8 @@
    @Override
    public String toString() {
        return "{" +
        return "{\"host\":\""+host+"\",\"login\":\""+login+"\",\"password\":\""+password+"\",\"port\":"+port+",\"qos\":1}";
        /*return "{" +
                "host:'" + host + '\'' +
                ", port:'" + port + '\'' +
                ", login:'" + login + '\'' +
@@ -38,6 +39,6 @@
                ", topic:'" + topic + '\'' +
                ", willTopic:'" + willTopic + '\'' +
                ", willContent:'" + willContent + '\'' +
                '}';
                '}';*/
    }
}