From d3f13e844d654239d68db6efb9ad21476d1c20f1 Mon Sep 17 00:00:00 2001 From: hang <87227557@qq.com> Date: Tue, 10 Sep 2024 20:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/CacheHelper.cs | 3 +-- IRaCIS.Core.Application/Helper/OSSService.cs | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/IRaCIS.Core.Application/Helper/CacheHelper.cs b/IRaCIS.Core.Application/Helper/CacheHelper.cs index f3cf0cf51..5fb158ed1 100644 --- a/IRaCIS.Core.Application/Helper/CacheHelper.cs +++ b/IRaCIS.Core.Application/Helper/CacheHelper.cs @@ -10,6 +10,7 @@ namespace IRaCIS.Core.Application.Helper public static class CacheKeys { + //项目缓存 public static string Trial(string trialIdStr) => $"TrialId:{trialIdStr}"; //检查编号递增锁 @@ -33,8 +34,6 @@ namespace IRaCIS.Core.Application.Helper //超时没请求接口自动退出 public static string UserAutoLoginOut(Guid userId) => $"UserAutoLoginOut:{userId}"; - // 你可以为其他实体和模块定义更多的键 - /// /// 跳过阅片 /// diff --git a/IRaCIS.Core.Application/Helper/OSSService.cs b/IRaCIS.Core.Application/Helper/OSSService.cs index 9c7e96872..50d346ab3 100644 --- a/IRaCIS.Core.Application/Helper/OSSService.cs +++ b/IRaCIS.Core.Application/Helper/OSSService.cs @@ -109,17 +109,13 @@ namespace IRaCIS.Core.Application.Helper public string AccessKeyId { get; set; } public string AccessKeySecret { get; set; } - public string EndPoint { get; set; } public string BucketName { get; set; } - public string Region { get; set; } public string ViewEndpoint { get; set; } - - public string SecurityToken { get; set; } public DateTime Expiration { get; set; }