Compare commits

..

2 Commits

Author SHA1 Message Date
hang ecbc27fbb8 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2024-09-10 20:28:52 +08:00
hang d3f13e844d 修改备注 2024-09-10 20:28:51 +08:00
2 changed files with 1 additions and 6 deletions

View File

@ -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}";
// 你可以为其他实体和模块定义更多的键
/// <summary>
/// 跳过阅片
/// </summary>

View File

@ -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; }