HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1271,6 +1271,18 @@ { IsBackground = true }.Start(); } /// <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 检测更新