jiazx0107@163.com
2023-11-10 715f40da0c953ec0080ccf056f9d759c3a249ea0
src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
@@ -25,11 +25,14 @@
    }
    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";
}