Commit 6b771eb3 authored by xieshaojun's avatar xieshaojun

更新代码

parent 312698f8
......@@ -28,7 +28,7 @@ public class ThinkerProdProtocolClient extends AbstractNotSubscriptionMqttProtoc
@SneakyThrows
public void report(String protocolCode, ThinkerReportDTO dto) {
super.getMqttCommandPush().sendMqttMessage(FoxGatewayTopicDefinition.report.genTopic(protocolCode), JSONObject.toJSONString(List.of(dto)).getBytes());
super.getMqttCommandPush().sendMqttMessage(FoxGatewayTopicDefinition.report_version.genTopic(protocolCode), JSONObject.toJSONString(List.of(dto)).getBytes());
}
@SneakyThrows
......
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