From 55391125e3dd492dc2c184fee86ba4b78d340941 Mon Sep 17 00:00:00 2001 From: yinqiang Date: Tue, 4 Jul 2023 17:43:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=8F=E9=99=A2=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gdsi/Helper/LogHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gdsi/Helper/LogHelper.cs b/Gdsi/Helper/LogHelper.cs index ddc1290..25efe6e 100644 --- a/Gdsi/Helper/LogHelper.cs +++ b/Gdsi/Helper/LogHelper.cs @@ -20,7 +20,7 @@ namespace Gdsi.Helper /// 调用开始时间 public static void doJsonRequestLog(string method, string req, string resp, DateTime stime) { - string path = "D:\\FangDing\\FountainLog\\His\\" + "Xml"; + string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Xml"; try { if (!Directory.Exists(path)) @@ -70,7 +70,7 @@ namespace Gdsi.Helper /// public static void getCatch(Exception ee, string method) { - string path = "D:\\FangDing\\FountainLog\\His\\" + "Error"; + string path = "D:\\FangDing\\FountainLog\\HisZY\\" + "Error"; try { if (!Directory.Exists(path))