wanshenmean
昨天 2db17e312a9bf0cff60917104447260b86178ca2
Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HTTP/HttpResponseResult.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Net;
using System.Text;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
namespace WIDESEA_Core
@@ -43,8 +44,9 @@
        public string ErrorMessage { get; set; }
        /// <summary>
        /// 异常信息
        /// 异常信息(不参与JSON序列化,因Exception.TargetSite类型无法被System.Text.Json序列化)
        /// </summary>
        [JsonIgnore]
        public Exception Exception { get; set; }
        /// <summary>