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 + '\'' + '}'; '}';*/ } }