Commit bb556e23 authored by litengwei's avatar litengwei

消息主题修改

parent 10d8bb24
...@@ -229,7 +229,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -229,7 +229,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
jsonObject.put("data",message); jsonObject.put("data",message);
try { try {
emqKeeper.getMqttClient().publish("eqm.iot.created",jsonObject.toString().getBytes(),1,false); emqKeeper.getMqttClient().publish("emq.iot.created",jsonObject.toString().getBytes(),1,false);
} catch (MqttException e) { } catch (MqttException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment