From 3aa397ab145382935492b11c1f18c9634e69910b Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 10 十二月 2020 16:45:00 +0800
Subject: [PATCH] 请合并,门锁和晾衣架第一版代码

---
 ZigbeeApp/Shared/Common/SendDataToServer.cs |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/SendDataToServer.cs b/ZigbeeApp/Shared/Common/SendDataToServer.cs
index e19af91..955e873 100755
--- a/ZigbeeApp/Shared/Common/SendDataToServer.cs
+++ b/ZigbeeApp/Shared/Common/SendDataToServer.cs
@@ -185,6 +185,10 @@
         public class LoginObj
         {
             /// <summary>
+            /// RequestVersion
+            /// </summary>
+            public string RequestVersion = CommonPage.RequestVersion;
+            /// <summary>
             /// 鐢ㄦ埛璐︽埛
             /// </summary>
             public string Account;
@@ -193,15 +197,10 @@
             /// </summary>
             public string Password;
             /// <summary>
-            /// 鐧诲綍鏉ユ簮,涓昏鏄负浜嗗尯鍒嗘娆$櫥褰曟槸鏉ユ簮OnApp杩樻槸Zigbee App
-            /// 榛樿鍊�: null
+            /// 鐧诲綍鏉ユ簮,0:Zigbee
             /// </summary>
-            public string Source;
-            /// <summary>
-            /// Company 鍏徃缂栧彿(0:HDL鐭俊楠岃瘉鐮� 1:鐭俊鎺у埗 2:閰掑簵鎺у埗 3:蹇樿瀵嗙爜 100:瀹夋嵎鍢� 101:鎯冲ぉ 102:瀹夌櫨绾� 103:棣栧煄鐝戠幒)
-            /// 榛樿鍊�: 0
-            /// </summary>
-            public int Company;
+            public string RequestSource = "0";
+
         }
         #endregion
 

--
Gitblit v1.8.0