From 329a536dc7ee9cb7bff1f59af9b54604b998c9ce Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 18 八月 2025 16:16:52 +0800
Subject: [PATCH] 2025年08月18日16:16:50

---
 app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java b/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
index 0e31d14..7837e3f 100644
--- a/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
+++ b/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -4,21 +4,32 @@
 
     //娣诲姞鎺ㄩ�乀oken
     public static final String POST_push_add = "/smart-footstone/app/push-information/add";
+    //鍒犻櫎鎺ㄩ�乀oken
+    public static final String POST_push_del = "/smart-footstone/app/push-information/delete";
 
     //region **********銆怋绔�戝拰銆怌绔�戝叡鐢ㄦ帴鍙�**********
     //mqtt杩炴帴闇�瑕侊紙璇泙鎺ュ彛鍦板潃:https://hdl-gz.yuque.com/wnkbmh/cdrglh/totdnt#40b28997锛�
     public static final String POST_Mqtt_GetRemoteInfo = "/home-wisdom/app/mqtt/getRemoteInfo";
     //region -----璀︽姤娑堟伅涓績(浣忓畢)---------
-    //鑾峰彇鏈鐞嗘秷鎭暟閲�
+    //鑾峰彇鏈鐞嗘秷鎭暟閲忥紙涓㈠純锛�
     public static final String POST_Message_UntreatedCount = "/home-wisdom/app/powerStation/message/unCount";
+    //鑾峰彇鏈鐞�/鏈娑堟伅鏁伴噺锛堝尮閰嶇淮淇柟妗堬級
+    public static final String POST_Message_Plan_UntreatedCount = "/home-wisdom/app/powerStation/message/plan/unCount";
+
     //娑堟伅鍒楄〃
     public static final String POST_Message_List = "/home-wisdom/app/powerStation/message/listByPage";
+    //娑堟伅鍒楄〃锛堝尮閰嶇淮淇柟妗堬級
+    public static final String POST_Message_Plan_List = "/home-wisdom/app/powerStation/message/plan/listByPage";
     //鑾峰彇娑堟伅璇︽儏
     public static final String POST_Message_Info = "/home-wisdom/app/powerStation/message/info";
+    //鑾峰彇娑堟伅璇︽儏(鍖归厤缁翠慨鏂规锛�
+    public static final String POST_Message_Plan_Info = "/home-wisdom/app/powerStation/message/plan/info";
     //娑堟伅鏍囪宸茶(宸茶В闄�)
     public static final String POST_Message_Solve = "/home-wisdom/app/powerStation/message/solve";
     //娑堟伅鍏ㄩ儴宸茶
     public static final String POST_Message_AllRead = "/home-wisdom/app/powerStation/message/allRead";
+    //娑堟伅鍏ㄩ儴宸茶(鍖归厤缁翠慨鏂规锛�
+    public static final String POST_Message_Plan_AllRead = "/home-wisdom/app/powerStation/message/plan/allRead";
 
     //endregion
 
@@ -166,6 +177,9 @@
 
     //鐢电珯鎵嬪姩浜や粯(瀹夎鍟�)
     public static final String POST_deliverToAccount = "/home-wisdom/app/powerStation/deliverToAccount";
+
+    //鏇存柊椤圭洰鐘舵�� 锛堜氦浠樸�侀獙鏀躲�佹挙閿�浜や粯銆侀獙鏀舵湭閫氳繃銆侀噸鏂拌皟璇曘�佷氦浠樺洖婊氱瓑鎿嶄綔锛夛紙https://hdl-gz.yuque.com/wnkbmh/diiq35/kegldc#gWveC锛�
+    public static final String POST_UpdateProjectDebugStatus = "/smart-footstone/mgmt/community/project/updateProjectDebugStatus";
     //endregion
 
 

--
Gitblit v1.8.0