oss 过期时间转为服务器时间,服务器统一转为客户端时区

This commit is contained in:
2024-09-04 13:47:35 +08:00
parent 7a0e1eda0c
commit afadc5e2be
4 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ namespace IRaCIS.Core.Application.Helper
public string SecurityToken { get; set; }
public string Expiration { get; set; }
public DateTime Expiration { get; set; }
}