Shuxia Ning
2025-02-26 04355e18d030ab55832639a58ccb87fbbfe2ef80
BLL/HStation.BLL.Assets.Core/02-httpclient/14-Blunthead/AssetsBluntheadMain.cs
@@ -1,8 +1,4 @@
using Flurl.Http;
using HStation.Dto;
using Yw;
using Yw.CAL.HttpClient;
using Yw.Untity;
using Yw.CAL.HttpClient;
namespace HStation.CAL.HttpClient
{
@@ -13,12 +9,16 @@
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsBluntheadMain"; }
            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/Blunthead/Main"; }
        }
        public Task<List<AssetsBluntheadMainDto>> GetBySeriesID(long ID)
        public async Task<List<AssetsBluntheadMainDto>> GetBySeriesID(long ID)
        {
            throw new NotImplementedException();
            var paras = new List<(string Name, object Value)>()
            {
                ("SeriesID",ID)
            };
            return await GetUrl("GetBySeriesID@V1.0").Get<List<AssetsBluntheadMainDto>>(paras);
        }
        /// <summary>