From b9cb076fe6127160c96c35bf9c8cebcffe1d5ccd Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 10 一月 2020 17:35:23 +0800 Subject: [PATCH] 2020.1.10 --- ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs old mode 100755 new mode 100644 index 1ae04c4..96e385f --- a/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs @@ -61,7 +61,7 @@ config = new Config { }; } } - + /// <summary> /// 褰撳墠鐧诲綍鐨勫笎鍙� /// </summary> @@ -90,6 +90,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 +125,11 @@ } /// <summary> + /// 鐧诲綍鏃禩oken + /// </summary> + public string LoginToken = string.Empty; + + /// <summary> /// 鐧诲綍杩囩殑甯愬彿淇℃伅 /// </summary> public List<string> AccountList = new List<string> { }; -- Gitblit v1.8.0