From 44ba605a4e850efa757020da5fb4cf02bdf6e3ab Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 08 九月 2025 10:55:18 +0800
Subject: [PATCH] 2025年09月08日10:55:15
---
app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 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 2676aeb..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
@@ -61,9 +72,9 @@
public static final String POST_Device_Remove = "/home-wisdom/app/powerStation/device/delete";
//鑾峰彇涓嬫寕璁惧鍒楄〃
public static final String POST_Device_ChildDevices_List = "/home-wisdom/app/powerStation/childDevices";
- //鍏ㄩ噺鏇存柊OID
+ //鍏ㄩ噺鏇存柊OID锛坔ttps://hdl-gz.yuque.com/wnkbmh/cdrglh/nksd0l#RlGCe锛�
public static final String POST_Device_Oid = "/home-wisdom/program/device/oid/add";
- //璁惧鍩烘湰淇℃伅(oid)澧為噺娣诲姞
+ //璁惧鍩烘湰淇℃伅(oid)澧為噺娣诲姞锛坔ttps://hdl-gz.yuque.com/wnkbmh/cdrglh/nksd0l#RlGCe锛�
public static final String POST_Device_IncrAdd = "/home-wisdom/program/device/oid/incrAdd";
public static final String POST_Device_Rename = "/home-wisdom/app/powerStation/device/rename";
//鑾峰彇閫嗗彉鍣�(鑾峰彇璁惧杩滅▼閫氳淇℃伅)
@@ -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