JLChen
2021-09-16 7c4da83c338c9b34c51bb60820c5a82f33258fc4
HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1271,9 +1271,21 @@
            { IsBackground = true }.Start();
        }
#endregion
        /// <summary>
        /// 获取物业公告详情
        /// </summary>
        /// <param name="noticeId"></param>
        /// <returns></returns>
        public ResponsePackNew GetPropertyNoticeDetails(string noticeId)
        {
            Dictionary<string, object> d = new Dictionary<string, object>();
            d.Add("noticeId", noticeId);
            var requestJson = HttpUtil.GetSignRequestJson(d);
            return HttpUtil.RequestHttpsPost(NewAPI.API_POST_PushSerivce_GetNoticeInfo, requestJson);
        }
        #endregion
#region 检测更新
        #region 检测更新
        /// <summary>
        /// 
        /// </summary>