ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/iotda/utils/produce/IotMessageProduce.java
@@ -54,7 +54,6 @@ return JSON.toJSONString(response); } catch (Exception e) { e.printStackTrace(); log.info("消息下发至设备异常:code---{},msg---{}", code, e.getMessage()); log.error("消息下发至设备异常:code---{},msg---{}", code, e.getMessage()); return e.getMessage(); }