From 03f92b99d7f00b728dccd409863c38d1191a4c60 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期二, 17 六月 2025 09:39:53 +0800 Subject: [PATCH] 1 --- HH.WCS.ZCQTJ/util/HttpHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HH.WCS.ZCQTJ/util/HttpHelper.cs b/HH.WCS.ZCQTJ/util/HttpHelper.cs index 8a0acf2..0f37872 100644 --- a/HH.WCS.ZCQTJ/util/HttpHelper.cs +++ b/HH.WCS.ZCQTJ/util/HttpHelper.cs @@ -131,9 +131,9 @@ reader = new StreamReader(stream); return reader.ReadToEnd(); } - catch + catch (Exception ex) { - return ""; + return ex.Message; } finally { -- Gitblit v1.9.1