1CNCECPath

This commit is contained in:
夏菊 2025-09-18 15:37:26 +08:00
parent 6b13557f72
commit 95cbbe15d7
1 changed files with 5 additions and 2 deletions

View File

@ -95,8 +95,11 @@ namespace BLL
/// </summary>
public static string CNCECPath
{
get;
set;
get
{
var path = BLL.ServerService.GetQHSEUrl();
return path;
}
}
public static string SGGLUrl
{