From c47c3ec2488961b3a006aaebcb03dba582f8b19b Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 12 三月 2020 17:08:42 +0800
Subject: [PATCH] 2020-03-12-1

---
 ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
index 2216ec9..79c3b95 100755
--- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
@@ -77,11 +77,7 @@
         /// <summary>
         /// 鐧婚檰璐﹀彿鐨凣uid
         /// </summary>
-        public string Guid = string.Empty;
-        /// <summary>
-        /// 鏄惁鏄鐞嗗憳鏉冮檺(鍙樻洿浜�,鎴愬憳鐨勬椂鍊�,杩欎釜涔熶负ture銆備负浠�涔堜細澹版槑杩欐牱鍙橀噺,鍥犱负鏈変簺鎺ュ彛蹇呴』浣跨敤鍘熸潵鐨凾oken)
-        /// </summary>
-        public bool isAdministrator = false;
+        public string Guid = string.Empty;
         /// <summary>
         /// 鎴愬憳璇锋眰鎺у埗涓诲笎鍙锋浣忓畢鏃惰姹傚熀鍦板潃
         /// </summary>
@@ -90,6 +86,11 @@
         /// 鎴愬憳璇锋眰鎺у埗涓诲笎鍙锋浣忓畢鏃惰姹傚熀鍦板潃鐨凩oginAccessToken鐨勫��
         /// </summary>
         public string AdminRequestToken = string.Empty;
+        /// <summary>
+        /// 杩滅▼杩炴帴鐨凪qtt鐨勫鎴风ID
+        /// </summary>
+        [Newtonsoft.Json.JsonIgnore]
+        public string ConnEmqClientId = string.Empty;
 
         [Newtonsoft.Json.JsonIgnore]
         /// <summary>
@@ -120,6 +121,11 @@
         }
 
         /// <summary>
+        /// 鐧诲綍鏃禩oken
+        /// </summary>
+        public string LoginToken = string.Empty;
+
+        /// <summary>
         /// 鐧诲綍杩囩殑甯愬彿淇℃伅
         /// </summary>
         public List<string> AccountList = new List<string> { };
@@ -127,7 +133,7 @@
         public List<string> HomeFilePathList = new List<string> { };
 
         public string HomeId = string.Empty;
- 
+
         [Newtonsoft.Json.JsonIgnore]
         private House m_Home = null;
         /// <summary>

--
Gitblit v1.8.0