From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 01 十二月 2022 09:56:25 +0800 Subject: [PATCH] 2022年12月01日09:56:23 --- ZigbeeApp/Shared/Common/SendDataToServer.cs | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ZigbeeApp/Shared/Common/SendDataToServer.cs b/ZigbeeApp/Shared/Common/SendDataToServer.cs old mode 100755 new mode 100644 index e19af91..4203ddd --- 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 @@ -226,8 +225,8 @@ ///绗笁鏂圭敤鎴峰敮涓�鏍囪瘑 /// </summary> public string OpenID; - /// <summary> - /// 鐢ㄦ埛鏄电О + /// <summary> + /// 鐢ㄦ埛鏄电О /// </summary> public string UserName; } @@ -576,8 +575,8 @@ /// 璇峰~鍏ヨ澶囩殑绫诲瀷锛屽彧鑳戒负銆恑phone銆戝拰銆恆ndroid銆� /// </summary> public string DeviceType; - /// <summary> - /// 3锛欵voyo Home + /// <summary> + /// 3锛欵voyo Home /// </summary> public int Software = 3; } -- Gitblit v1.8.0