562935844@qq.com
2022-08-31 c65c2c0bce62473fc3a2e1f9b2f5621214c2300b
HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/config/TopicConstant.java
@@ -87,4 +87,12 @@
     */
    public static final String BROADCAST_REPLY="/user/all/custom/gateway/broadcast_reply";
    /**
     * 心跳检测
     */
    public static final String HEARTBEAT="/user/%s/custom/gateway/heartbeat";
    /**
     * 心跳检测回复
     */
    public static final String HEARTBEAT_REPLY="/user/%s/custom/gateway/heartbeat_reply";
}