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/HdlMemberLogic.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlMemberLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlMemberLogic.cs
index b4907b3..0c49b14 100644
--- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlMemberLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlMemberLogic.cs
@@ -41,7 +41,7 @@
         public List<MemberInfoRes> GetMemberListInfo(ShowNetCodeMode mode = ShowNetCodeMode.No)
         {
             var pra = new { homeId = Common.Config.Instance.Home.Id };
-            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/findAll", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
+            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/findAll", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
             //妫�娴嬬姸鎬佺爜
             if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false)
             {
@@ -91,7 +91,7 @@
         public bool SetRemoteOperationPermissions(string i_childAccountId, bool i_statu, ShowNetCodeMode mode = ShowNetCodeMode.YES)
         {
             var pra = new { childAccountId = i_childAccountId, homeId = Common.Config.Instance.Home.Id, isRemoteControl = i_statu };
-            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/update", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
+            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/update", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
             //妫�娴嬬姸鎬佺爜
             if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false)
             {
@@ -110,7 +110,7 @@
         {
             string authorityDiv = i_authorityNo == 3 ? "ADMIN" : "ORDINARY";
             var pra = new { homeId = Common.Config.Instance.Home.Id, childAccountId = i_childAccountId, childAccountType = authorityDiv };
-            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/update", RestSharp.Method.POST, pra);
+            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/update", RestSharp.Method.POST, pra);
             //妫�娴嬬姸鎬佺爜
             if (HdlCheckLogic.Current.CheckNetCode(result, ShowNetCodeMode.YES) == false)
             {
@@ -133,7 +133,7 @@
         public bool DeleteMember(string i_childAccountId, ShowNetCodeMode mode = ShowNetCodeMode.YES)
         {
             var pra = new { childAccountId = i_childAccountId, homeId = Common.Config.Instance.Home.Id };
-            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/delete", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
+            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/delete", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺);
             //妫�娴嬬姸鎬佺爜
             if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false)
             {
@@ -163,7 +163,7 @@
                 isRemoteControl = true,
                 nickName = i_nickName
             };
-            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/add", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺, false, 3, true);
+            var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/add", RestSharp.Method.POST, pra, null, null, CheckMode.A璐﹀彿鏉冮檺, false, 3, true);
             //妫�娴嬬姸鎬佺爜
             if (HdlCheckLogic.Current.CheckNetCode(result, mode) == false)
             {

--
Gitblit v1.8.0