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/HdlAccountLogic.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Common/Logic/HdlAccountLogic.cs b/ZigbeeApp/Shared/Phone/Common/Logic/HdlAccountLogic.cs
index 0ea13ee..7fe8264 100644
--- a/ZigbeeApp/Shared/Phone/Common/Logic/HdlAccountLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Logic/HdlAccountLogic.cs
@@ -973,7 +973,7 @@
return true;
}
var pra = new { homeId = Config.Instance.Home.Id };
- var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/child/account/debug", RestSharp.Method.POST, pra);
+ var result = HdlHttpLogic.Current.RequestResponseFromZigbeeHttps("home-wisdom/app/child/account/debug", RestSharp.Method.POST, pra);
if (result == null || result.Code != HttpMessageEnum.A鎴愬姛)
{
return false;
@@ -1069,7 +1069,7 @@
public byte[] DownLoadAccountPictrue(string i_account)
{
var pra = new { account = i_account };
- var result = HdlHttpLogic.Current.RequestByteFromZigbeeHttps("home-wisdom/head/portrait/downWithAccount", RestSharp.Method.POST, pra);
+ var result = HdlHttpLogic.Current.RequestByteFromZigbeeHttps("home-wisdom/app/head/portrait/downWithAccount", RestSharp.Method.POST, pra);
if (result != null && result.Length == 0)
{
result = null;
--
Gitblit v1.8.0