From 712cfab5a3902f0fd7dce580f46d1fce7a06f5b8 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Tue, 13 Dec 2022 18:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E5=8F=96=E8=A7=84?= =?UTF-8?q?=E5=88=99=E7=9A=84=E5=BC=82=E5=B8=B8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/RulesEngine/RulesEngineClientService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/RulesEngine/RulesEngineClientService.cs b/Myshipping.Application/Service/RulesEngine/RulesEngineClientService.cs index a5482ec0..144349a3 100644 --- a/Myshipping.Application/Service/RulesEngine/RulesEngineClientService.cs +++ b/Myshipping.Application/Service/RulesEngine/RulesEngineClientService.cs @@ -200,7 +200,7 @@ namespace Myshipping.Application catch(Exception ex) { result.succ = false; - result.msg = "请求规则异常"; + result.msg = $"请求规则异常,{ex.Message}"; } return result;