From 4bb44a9c6b32cf299f3103f66d720992ec4a89a2 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 17 二月 2025 21:07:49 +0800 Subject: [PATCH] 增加精度分析 --- BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs index c3e6044..4789000 100644 --- a/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs +++ b/BLL/HStation.BLL.PhartRelation.Core/00-core/ConfigHelper.cs @@ -3,11 +3,11 @@ internal class ConfigHelper { /// <summary> - /// + /// /// </summary> public static string HttpUrl { - get { return Settings.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } + get { return Settings.PhartRelationParasHelper.PhartRelation.CAL.HttpClient.HttpUrl; } } } -} +} \ No newline at end of file -- Gitblit v1.9.3