From 699eb9ec4f272e02c06769ec8794b5608cb15627 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 17 二月 2022 17:20:00 +0800 Subject: [PATCH] 测试完善的版本 --- HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/config/TopicConstant.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/config/TopicConstant.java b/HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/config/TopicConstant.java index 9f4a148..4046a29 100644 --- a/HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/config/TopicConstant.java +++ b/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"; } -- Gitblit v1.8.0