From 4cd6e3cea73a57f9a4c73232b27c9054ac599b05 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 12 十二月 2023 14:51:03 +0800
Subject: [PATCH] 2023年12月12日14:50:56

---
 app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 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 a0da250..3e7b715 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
@@ -32,6 +32,28 @@
     public static final String POST_Device_Oid = "/home-wisdom/program/device/oid/add";
     //鑾峰彇閫嗗彉鍣�(鑾峰彇璁惧杩滅▼閫氳淇℃伅)
     public static final String POST_Device_RemoteInfo = "/home-wisdom/program/device/remoteInfo";
+    //璁惧鍩烘湰淇℃伅鍒楄〃(oid)鑾峰彇
+    public static final String POST_DEVICE_OID_LIST_GET = "/home-wisdom/program/device/oid/list";
+    //璁惧鍥轰欢鍒楄〃鑾峰彇
+    public static final String POST_OTA_GET_DeviceFirmwares = "/home-wisdom/program/device/ota/getDeviceFirmwares";
+    //璁惧鍥轰欢浜戠鐨勯┍鍔ㄥ垎椤靛垪琛ㄨ幏鍙�
+    public static final String POST_OTA_GET_CloudDeviceFirmwares = "/smart-footstone/firmware/firmwareVersion/getLastOne";
+    //璁惧鍥轰欢鍗囩骇OTA鍛戒护
+    public static final String POST_OTA_DeviceFirmwareUpgrade = "/home-wisdom/program/device/ota/deviceFirmwareUpgrade";
+    //璁惧鑾峰彇鍥轰欢鍗囩骇鍖呬笅杞藉湴鍧�
+    public static final String POST_OTA_GET_LinkDeviceFirmwareDownloadUrl = "/smart-footstone/mgmt/device/ota/getLinkDeviceFirmwareDownloadUrl";
+    //褰撳墠缃戝叧椹卞姩鍒楄〃鑾峰彇
+    public static final String POST_OTA_GET_GatewayDrivers = "/home-wisdom/program/device/ota/getGatewayDrivers";
+    //缃戝叧浜戠鐨勯┍鍔ㄥ垎椤靛垪琛ㄨ幏鍙�
+    public static final String POST_OTA_GET_CloudGatewayDrivers = "/smart-footstone/driver/buspro/download";
+    //缃戝叧椹卞姩鍗囩骇OTA鍛戒护涓嬪彂
+    public static final String POST_OTA_GatewayDriverUpgrade = "/home-wisdom/program/device/ota/gatewayDriverUpgrade";
+    //LINK璁惧鑾峰彇椹卞姩鍗囩骇鍖呬笅杞藉湴鍧�
+    public static final String POST_OTA_GET_LinkDeviceDriverDownloadUrl = "/smart-footstone/mgmt/device/ota/getLinkDeviceDriverDownloadUrl";
+
+    //App鐗堟湰妫�娴�
+    public static final String POST_APP_VERSION_CHECK = "/basis-footstone/app/appVersion/check";
+
     //endregion
     //endregion
 
@@ -66,7 +88,7 @@
     //region -----鐢ㄦ埛绠$悊---------
     //鐧诲綍
     public static final String C_POST_Login = "/smart-footstone/member/oauth/login";
-    //閫�鍑虹櫥褰�
+    //娉ㄥ唽璐﹀彿
     public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register";
     //鐢ㄦ埛鎵惧洖瀵嗙爜 蹇樿瀵嗙爜,閫氳繃閭鍜屾墜鏈哄彿鎵惧洖
     public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd";
@@ -82,6 +104,11 @@
     public static final String C_POST_UPLOAD_IMAGE = "/home-wisdom/app/images/upload_image";
     //涓婁紶鍥剧墖锛堟柊锛�
     public static final String C_POST_UPLOAD_IMAGE_NEW = "/basis-cosmos/file/upload";
+    //缁戝畾璁よ瘉(鎵嬫満/閭)
+    public static final String C_POST_MEMBERINFO_BINDWITHACCOUNT = "/smart-footstone/member/memberInfo/bindWithAccount";
+    //瑙g粦璁よ瘉(鎵嬫満/閭)
+    public static final String C_POST_MEMBERINFO_UNBINDWITHACCOUNT = "/smart-footstone/member/memberInfo/unbindWithAccount";
+
 
     //endregion
     //endregion

--
Gitblit v1.8.0