From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/ZigBee/Device/Safeguard.cs |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/Safeguard.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/Safeguard.cs
index 713fb8c..7ae9be6 100755
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/Safeguard.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/Safeguard.cs
@@ -2763,10 +2763,6 @@
         [System.Serializable]
         public class TaskListInfo
         {
-            /// <summary>
-            /// 鈽呪槄鈽呪槄鏅捐。鏋朵复鏃惰拷鍔�,鍚庢湡浼氬垹鎺�
-            /// </summary>
-            public int Epoint = -1;
             /// <summary>
             /// 浠诲姟绫诲瀷銆�
             ///<para>1锛氬紑鍏� 锛堣澶囧叿鏈夊紑鍏冲姛鑳芥椂鍙敤锛�</para> 
@@ -6251,7 +6247,7 @@
                 var data = new JObject
                     {
                         { "ActionType", 253},
-                        { "LoginToken", Shared.Phone.UserCenter.HdlSafeguardLogic.Current.GetLoginToken()},
+                        { "LoginToken", Shared.Phone.HdlSafeguardLogic.Current.GetLoginToken()},
                         { "PushNumber", strPhone},
                         { "PushNumberNote", strNote}
                     };

--
Gitblit v1.8.0