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/HdlDeviceDoorLockLogic.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlDeviceDoorLockLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlDeviceDoorLockLogic.cs index 4258168..02f19b8 100644 --- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlDeviceDoorLockLogic.cs +++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlDeviceDoorLockLogic.cs @@ -54,7 +54,7 @@ unlockTime = DateTime.UtcNow.ToString() }; //涓嶇杩斿洖鍊� - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/doorLockUnlockHistory/save", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/doorLockUnlockHistory/save", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺); }); } @@ -78,7 +78,7 @@ unlockBeginTime = i_dateTimeFrom.ToUniversalTime().ToString(), unlockEndTime = i_dateTimeTo.ToUniversalTime().ToString() }; - var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/doorLockUnlockHistory/list", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺, false, 5); + var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/doorLockUnlockHistory/list", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺, false, 5); if (result == null || result.Code != HttpMessageEnum.A鎴愬姛) { return new List<DoorHistoryLogInfo>(); @@ -120,7 +120,7 @@ unlockEndTime = i_dateTimeTo.ToUniversalTime().ToString() }; //娓呯┖璁板綍 - var result1 = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/doorLockUnlockHistory/clear", RestSharp.Method.POST, pra1, null, null, CheckMode.A璐﹀彿鏉冮檺); + var result1 = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/doorLockUnlockHistory/clear", RestSharp.Method.POST, pra1, null, null, CheckMode.A璐﹀彿鏉冮檺); if (result1 == null || result1.Code != HttpMessageEnum.A鎴愬姛) { return false; -- Gitblit v1.8.0