src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
@@ -26,4 +26,15 @@ public static int CODE_200 = 200; /** * 下发指令回复报文topic */ public static String TOPIC_REPORT = "/${productId}/${deviceId}/properties/report"; /** * 设备相关信息恢复报文-topic */ public static String TOPIC_MESSAGE_REPORT = "/device/${productId}/${deviceId}/message/property/report"; }