From 3ec7de773bff5582411c6f1f659d35cf8fb1734a Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 16 七月 2024 15:13:51 +0800
Subject: [PATCH] Merge branch 'feature/v1.4.1'

---
 app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java b/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
index b26a8f9..ff043d6 100644
--- a/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
+++ b/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
@@ -1,6 +1,40 @@
 package com.hdl.photovoltaic.internet.api;
 
 public class TopicApi {
+
+
+    /*
+     *閫嗗彉鍣ㄧ儹鐐归厤缃�
+     * */
+    public static final String DELETING_GATEWAY_HOTSPOT_EDIT = "/user/%s/custom/hotspot/edit";
+    /*
+     *閫嗗彉鍣ㄧ儹鐐硅幏鍙�
+     * */
+    public static final String DELETING_GATEWAY_HOTSPOT_GET = "/user/%s/custom/hotspot/get";
+
+
+    /*
+     *閫嗗彉鍣╳if閰嶇疆
+     * */
+    public static final String DELETING_GATEWAY_WIFI_EDIT = "/user/%s/custom/wifi/edit";
+    /*
+     *閫嗗彉鍣╳ifi鑾峰彇
+     * */
+    public static final String DELETING_GATEWAY_WIFI_GET = "/user/%s/custom/wifi/get";
+
+    /*
+     *閫嗗彉鍣╳ifi鐘舵�侀�氱煡
+     * */
+    public static final String DELETING_GATEWAY_WIFI_NOTIFY = "/user/%s/custom/wifi/notify";
+    /*
+     *閫嗗彉鍣ㄤ互澶綉閰嶇疆
+     * */
+    public static final String DELETING_GATEWAY_ETHERNET_EDIT = "/user/%s/custom/ethernet/edit";
+    /*
+     *閫嗗彉鍣ㄤ互澶綉鑾峰彇
+     * */
+    public static final String DELETING_GATEWAY_ETHERNET_GET = "/user/%s/custom/ethernet/get";
+
     /*
      *閫氱煡鍒犻櫎骞堕��缃戝瓙璁惧鎷撴墤鍏崇郴
      *鍒犻櫎浠庣綉鍏�

--
Gitblit v1.8.0