From 5851291c78b2cb5532e6938c77b5f51eb06a6ad2 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期一, 21 十二月 2020 19:41:07 +0800
Subject: [PATCH] Merge branch 'NewFilePath' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into NewFilePath

---
 HDL_ON/DAL/Server/NewApiRes.cs |   73 +++++++++++++++++++++++++++---------
 1 files changed, 55 insertions(+), 18 deletions(-)

diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs
index ed0dc98..e145110 100644
--- a/HDL_ON/DAL/Server/NewApiRes.cs
+++ b/HDL_ON/DAL/Server/NewApiRes.cs
@@ -136,6 +136,27 @@
         public string name;
 
     }
+
+    /// <summary>
+    /// 鐧诲綍閿佸畾鍚庣殑寮傚父鎵╁睍鍙傛暟
+    /// </summary>
+    [Serializable]
+    public class AccountLoginLockExtraRes
+    {
+        /// <summary>
+        /// 鏈�澶у厑璁哥殑瀵嗙爜閿欒娆℃暟
+        /// </summary>
+        public int maxPwdErrorNum;
+        /// <summary>
+        /// 褰撳墠閿欒娆℃暟
+        /// </summary>
+        public int currentPwdErrorNum;
+        /// <summary>
+        /// 瑙i攣浜嬩欢
+        /// </summary>
+        public long unlockTime;
+
+    }
     #endregion
 
     #region  鈻� 娉ㄥ唽 ____________________________
@@ -569,24 +590,7 @@
         /// ON_LINE(0,"鍦ㄧ嚎"),
         /// OFF_LINE(1,"涓嬬嚎"),;
         /// </summary>
-        public string gatewayStatus;
-        /// <summary>
-        /// 缃戝叧鏄惁鍦ㄧ嚎
-        /// </summary>
-        public bool GatewayOnline
-        {
-            get
-            {
-                if (gatewayStatus == "ON_LINE")
-                {
-                    return true;
-                }
-                else
-                {
-                    return false;
-                }
-            }
-        }
+        public bool gatewayStatus;
 
         ///// <summary>
         ///// 
@@ -1413,9 +1417,42 @@
         /// 鎺ㄩ�侀檮鍔犳暟鎹�
         /// </summary>
         public string Extras;
+        /// <summary>
+        /// 淇℃伅绫诲瀷
+        /// </summary>
+        public string messageType = "";
 
     }
 
+    /// <summary>
+    /// 鏋佸厜鎺ㄩ�佹秷鎭�
+    /// </summary>
+    [System.Serializable]
+    public class JPushExpandData
+    {
+        /// <summary>
+        /// 闄勫姞鍐呭
+        /// </summary>
+        public string expandData;
+       
+    }
+
+    /// <summary>
+    /// 鏋佸厜鎺ㄩ�佹秷鎭�
+    /// </summary>
+    [System.Serializable]
+    public class ExpandData
+    {
+        /// <summary>
+        /// 闄勫姞鍐呭
+        /// </summary>
+        public string expantContent;
+        /// <summary>
+        ///  淇℃伅绫诲瀷
+        /// </summary>
+        public string messageType;
+    }
+
     //#region 鏃ф帴鍙�
     ///// <summary>
     ///// 

--
Gitblit v1.8.0