From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/Common/Logic/HdlGatewayBackupLogic.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlGatewayBackupLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlGatewayBackupLogic.cs index ad7d915..0cfe090 100644 --- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlGatewayBackupLogic.cs +++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlGatewayBackupLogic.cs @@ -103,7 +103,7 @@ public bool DeleteGatewayBackup(string i_gwId, string i_backupId, ShowNetCodeMode mode = ShowNetCodeMode.YES) { var pra = new { gatewayId = i_gwId, folderId = i_backupId }; - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/gateway/folder/delete", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/gateway/folder/delete", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); //妫�娴嬬姸鎬佺爜 if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false) { @@ -122,7 +122,7 @@ { //鍒涘缓涓�涓浠藉悕瀛� var pra = new { backupClassify = "USER_DEFINED_BACKUP", backupDataType = "ZIGBEE", folderName = i_backName, gatewayId = gwId }; - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/gateway/folder/add", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/gateway/folder/add", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); //妫�娴嬬姸鎬佺爜 if (HdlCheckLogic.Current.CheckNetCode(result, ShowNetCodeMode.YES) == false) { @@ -243,7 +243,7 @@ public List<BackupListNameInfo> GetGatewayBackupListFromDb(string gatewayId, BackUpMode backMode, ShowNetCodeMode mode = ShowNetCodeMode.YES) { var pra = new { mac = gatewayId }; - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/gateway/folder/findAll", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/gateway/folder/findAll", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); //妫�娴嬬姸鎬佺爜 if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false) { @@ -422,7 +422,7 @@ public bool EditorGatewayBackupName(string i_backId, string i_newName, ShowNetCodeMode mode = ShowNetCodeMode.YES) { var pra = new { gatewayFolderId = i_backId, folderName = i_newName, homeId = Common.Config.Instance.Home.Id }; - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/gateway/folder/update", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/gateway/folder/update", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); //妫�娴嬬姸鎬佺爜 if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false) { -- Gitblit v1.8.0