修改临时token获取
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-03-18 14:01:29 +08:00
parent c833c88fe3
commit 1b808595b8
1 changed files with 1 additions and 4 deletions

View File

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