wanshenmean
11 小时以前 853f7a71577bd8694c848985e1eb21c74d30eba9
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/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>