From 2f1b0d944bd8feb7c6dca5126a4832228ba826ce Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 04 十二月 2020 14:00:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/CJL-NEW'

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

diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs
index ad8afe2..54d25de 100644
--- a/HDL_ON/DAL/Server/NewApiRes.cs
+++ b/HDL_ON/DAL/Server/NewApiRes.cs
@@ -17,7 +17,7 @@
     [System.Serializable]
     public class NullObj
     {
-        
+
     }
 
     #region 鈻� 鍏ㄧ悆鍖哄煙鍒楄〃 ____________________________
@@ -75,7 +75,7 @@
         /// 楠岃瘉鐮侊紝鐭俊鐧诲綍鏃跺�欑敤
         /// </summary>
         public string verifyCode;
-        
+
 
     }
 
@@ -351,7 +351,7 @@
         /// 楠岃瘉鍚�
         /// </summary>
         public string verifyCode;
-        
+
 
     }
 
@@ -841,9 +841,9 @@
     /// 鍒犻櫎瀛愯处鍙�
     /// </summary>
     [System.Serializable]
-    public class ChildDeleteObj: ChildBaseObj
+    public class ChildDeleteObj : ChildBaseObj
     {
-        
+
     }
 
     /// <summary>
@@ -912,7 +912,7 @@
     /// 鏇存柊瀛愯处鍙峰娉ㄥ悕瀛�
     /// </summary>
     [System.Serializable]
-    public class UpdateChildNickNameObj: ChildBaseObj
+    public class UpdateChildNickNameObj : ChildBaseObj
     {
         /// <summary>
         /// nickName
@@ -946,8 +946,23 @@
         /// 鏄惁鍏佽鍒涘缓鍦烘櫙
         /// </summary>
         public bool isAllowCreateScene;
-        
+
     }
+
+    /// <summary>
+    /// 
+    /// </summary>
+    [System.Serializable]
+    public class AccountObj
+    {
+        /// <summary>
+        /// 璐﹀彿
+        /// </summary>
+        public string account;
+
+    }
+
+    
     #endregion
 
     #region 鏁版嵁鍒嗕韩
@@ -1068,7 +1083,7 @@
     /// 
     /// </summary>
     [System.Serializable]
-    public class GetMessageListObj: PushIdObj
+    public class GetMessageListObj : PushIdObj
     {
         /// <summary>
         /// 浣忓畢涓婚敭id
@@ -1093,7 +1108,7 @@
         public string msgId;
     }
 
-   
+
 
     #endregion
 
@@ -1350,6 +1365,46 @@
 
     #endregion
 
+
+    #region 鍥剧墖涓婁紶涓嬭浇
+    /// <summary>
+    /// 涓婁紶鍥剧墖
+    /// </summary>
+    ///  [System.Serializable]
+    public class UploadImageObj
+    {
+        /// <summary>
+        /// 鍓嶇紑鏍囪瘑
+        /// </summary>
+        public string prefix;
+        /// <summary>
+        /// 鍏宠仈ID
+        /// </summary>
+        public string uid;
+        /// <summary>
+        /// 鏂囦欢鍚嶇О
+        /// </summary>
+        public string fileName;
+        /// <summary>
+        /// 鍥剧墖浜岃繘鍒舵祦
+        /// </summary>
+        public byte[] content;
+    }
+
+    /// <summary>
+    /// 鏌ヨ鍥剧墖璺緞
+    /// </summary>
+    ///  [System.Serializable]
+    public class GetImageUrlObj
+    {
+        /// <summary>
+        /// 鍥剧墖涓嬭浇璺緞鏍囪瘑
+        /// </summary>
+        public string imageKey;
+    }
+    #endregion
+
+
     #endregion
 
 

--
Gitblit v1.8.0