From 95cbbe15d7ad572083cd8aac36ff63c095106b71 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Thu, 18 Sep 2025 15:37:26 +0800 Subject: [PATCH] 1CNCECPath --- SGGL/BLL/Common/Funs.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SGGL/BLL/Common/Funs.cs b/SGGL/BLL/Common/Funs.cs index b2715e7a..18bf3752 100644 --- a/SGGL/BLL/Common/Funs.cs +++ b/SGGL/BLL/Common/Funs.cs @@ -95,8 +95,11 @@ namespace BLL /// public static string CNCECPath { - get; - set; + get + { + var path = BLL.ServerService.GetQHSEUrl(); + return path; + } } public static string SGGLUrl {