From 993ecf49ae04ccea89f6bc4a32cfc0c45def1215 Mon Sep 17 00:00:00 2001
From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local>
Date: 星期三, 27 十月 2021 14:23:30 +0800
Subject: [PATCH] 2021-10-27-01

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

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

--
Gitblit v1.8.0