陈嘉乐
2020-05-15 d5b9ff8bf8cc36f5b13c46b66682f5988d3a6f36
ZigbeeApp/Shared/Common/SendDataToServer.cs
@@ -226,6 +226,10 @@
            ///第三方用户唯一标识
            /// </summary>
            public string OpenID;
            /// <summary>
            /// 用户昵称
            /// </summary>
            public string UserName;
        }
        /// <summary>
@@ -574,5 +578,23 @@
            public string DeviceType;
        }
        #endregion
        #region  定时上传实时GPS信息
        /// <summary>
        /// 定时上传实时GPS信息
        /// </summary>
        public class ReceiveAppLatAndLonObj
        {
            /// <summary>
            /// 经度
            /// </summary>
            public string Latitude;
            /// <summary>
            /// 纬度
            /// </summary>
            public string Longitude;
        }
        #endregion
    }
}