From b1e3290090bce3d4ddbf9e11f18e01011f40d4d4 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 8 Aug 2025 16:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9EDownloadEndPoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/OSSService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Helper/OSSService.cs b/IRaCIS.Core.Application/Helper/OSSService.cs index 707763b4e..2d8ad841b 100644 --- a/IRaCIS.Core.Application/Helper/OSSService.cs +++ b/IRaCIS.Core.Application/Helper/OSSService.cs @@ -112,6 +112,8 @@ public class AliyunOSSTempToken public string PreviewEndpoint { get; set; } + public string DownloadEndPoint => EndPoint.Insert(EndPoint.IndexOf("//") + 2, BucketName + "."); + } [LowerCamelCaseJson]