From 90865b0dbca3f3a872065bb202e321ca4d021058 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期四, 16 一月 2025 09:25:32 +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/AssetsTankMain.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs index ead2a30..f5188b2 100644 --- a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs +++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs @@ -9,7 +9,7 @@ { protected override string Prefix { - get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTankMain"; } + get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/Tank/Main"; } } public Task<List<AssetsTankMainDto>> GetBySeriesID(long ID) -- Gitblit v1.9.3