From 8e4dd3cdef1348bcf1285576bb946afb85ce2526 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 08 十二月 2020 17:31:27 +0800 Subject: [PATCH] 增加分享设备的时候,判断当前房间分享设备总数,从而决定是否需要增加或者移除房间分享 --- HDL_ON/DAL/Server/NewApiRes.cs | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index 54d25de..d0bfa07 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -1370,7 +1370,7 @@ /// <summary> /// 涓婁紶鍥剧墖 /// </summary> - /// [System.Serializable] + [System.Serializable] public class UploadImageObj { /// <summary> @@ -1394,7 +1394,7 @@ /// <summary> /// 鏌ヨ鍥剧墖璺緞 /// </summary> - /// [System.Serializable] + [System.Serializable] public class GetImageUrlObj { /// <summary> @@ -1408,6 +1408,26 @@ #endregion + /// <summary> + /// 鏋佸厜鎺ㄩ�佹秷鎭� + /// </summary> + [System.Serializable] + public class JPushMessageInfo + { + /// <summary> + /// 鎺ㄩ�佹爣棰� + /// </summary> + public string Title; + /// <summary> + /// 鎺ㄩ�佸唴瀹� + /// </summary> + public string Content; + /// <summary> + /// 鎺ㄩ�侀檮鍔犳暟鎹� + /// </summary> + public string Extras; + + } //#region 鏃ф帴鍙� ///// <summary> -- Gitblit v1.8.0