From 3f24b14f07ef82526b2e1d56cc808f226e91cbb9 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 20 十二月 2024 21:47:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMainAndPartMapping.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMainAndPartMapping.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMainAndPartMapping.cs index c2d56f2..85dea48 100644 --- a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMainAndPartMapping.cs +++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMainAndPartMapping.cs @@ -13,7 +13,7 @@ { protected override string Prefix { - get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankMainAndPartMapping"; } + get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTankMainAndPartMapping"; } } } } \ No newline at end of file -- Gitblit v1.9.3