From 732dcc6e636b2d4d1a536946f67e446d1adef2c7 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Mon, 24 Jun 2024 10:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E6=8F=90=E6=8A=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/Tnb.Common/Utils/HttpClientHelper.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/Tnb.Common/Utils/HttpClientHelper.cs b/common/Tnb.Common/Utils/HttpClientHelper.cs index a6a7753a..89f4b8ef 100644 --- a/common/Tnb.Common/Utils/HttpClientHelper.cs +++ b/common/Tnb.Common/Utils/HttpClientHelper.cs @@ -12,6 +12,13 @@ namespace Tnb.Common.Utils public string Content { get; set; } } + + public class X2ServerResult : Exception + { + public string Result { get; set; } + + public string Msg { get; set; } + } /// /// Http请求帮助类 /// added by ly on 20230801