From b1569b789eef12cf5d4252620ca7e7d2d9c8b93a Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期四, 14 十一月 2024 14:26:03 +0800
Subject: [PATCH] sdk重连优化

---
 HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java b/HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java
index f9ce88a..dd52c06 100644
--- a/HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java
+++ b/HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java
@@ -108,6 +108,8 @@
     public static final String DELETE_REQUEST = "/base/%s/thing/topo/delete/request";
 
     //缃戝叧鍝嶅簲閫�缃戦�氱煡
+    public static final String DELETE_NOTIFY = "/base/%s/thing/topo/delete/notify";
+
     public static final String DELETE_NOTIFY_REPLY = "/base/%s/thing/topo/delete/notify_reply";
 
     //缃戝叧鐗╃悊鍒犻櫎(閫�缃�)瀛愯澶囧悗涓婃姤
@@ -119,5 +121,22 @@
     //椹卞姩涓婃姤oid鍒楄〃鍥炲
     public static final String LIST_UPLOAD_REPLY = "/user/%s/custom/device/list/upload_reply";
 
+    /**
+     * sid鍒楄〃涓婃姤
+     */
+    public static final String LIST_SID_UPLOAD="/base/%s/thing/topo/list/upload";
 
+    /**
+     * sid鍒楄〃涓婃姤鍥炲
+     */
+    public static final String LIST_SID_UPLOAD_REPLY="/base/%s/thing/topo/list/upload_reply";
+
+    /*
+     * 缃戝叧缂栬緫鍛戒护
+     * 鍐欒繙绋嬩俊鎭殑锛屼緥濡傛湇鍔″櫒鍦板潃銆丠omeId銆佸瘑閽ヤ箣绫�
+     * 涓庢湇鍔″櫒鐩稿叧鐨�
+     * */
+    public static final String GATEWAY_EDIT_REMOTE = "/user/%s/custom/gateway/remote/edit";
+
+    public static final String GATEWAY_EDIT_REMOTE_REPLY = "/user/%s/custom/gateway/remote/edit_reply";
 }

--
Gitblit v1.8.0