From 0188dee359636723190f0f67a6b674b7b08f7bef Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 21 三月 2022 09:55:01 +0800
Subject: [PATCH] 增加判断json数据格式

---
 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