From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 18 九月 2020 13:58:19 +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