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

Test_IRC_Net8
Hewt 2026-03-18 14:50:50 +08:00
commit f172a15e6e
1 changed files with 1 additions and 4 deletions

View File

@ -1971,10 +1971,7 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
objectStoreDTO.AWS = tempToken; objectStoreDTO.AWS = tempToken;
} }
else
{
throw new BusinessValidationFailedException("未定义的存储介质类型");
}
return objectStoreDTO; return objectStoreDTO;
} }