From e411302bca8857e102443a5250c82b9580ef07a3 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 10:49:48 +0800 Subject: [PATCH] 修改成套设备增加逻辑 --- BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs index 01343dc..4c0ed55 100644 --- a/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs +++ b/BLL/HStation.BLL.Assets.Core/00-core/ConfigHelper.cs @@ -1,4 +1,4 @@ -锘縩amespace HStation.BLL.Xhs.Assets +锘縩amespace HStation.BLL.Assets { internal class ConfigHelper { @@ -7,7 +7,7 @@ /// </summary> public static string HttpUrl { - get { return Settings.Assets.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } + get { return Settings.AssetsParasHelper.Assets.CAL.HttpClient.HttpUrl; } } } } \ No newline at end of file -- Gitblit v1.9.3