Commit a3ba6639 authored by xieshaojun's avatar xieshaojun

回滚版本

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