lixiaojun
2024-10-29 c2bb91cc8706cdeb18b0835a36a4266891daccf3
BLL/HStation.BLL.TransferFile.Core/04-bll/02-revit/TransferRevitFile_File.cs
@@ -19,7 +19,6 @@
        public async Task<string> Download(string StorageHouse, string StorageCode)
        {
            return await new Yw.BLL.HttpFileHelper().Download(_downloadUrl, StorageHouse, StorageCode, ConfigHelper.CALType);
        }