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

This commit is contained in:
2026-03-18 14:01:29 +08:00
parent c833c88fe3
commit 1b808595b8
+1 -4
View File
@@ -1971,10 +1971,7 @@ public class OSSService(IOptionsMonitor<ObjectStoreServiceOptions> options,
objectStoreDTO.AWS = tempToken;
}
else
{
throw new BusinessValidationFailedException("未定义的存储介质类型");
}
return objectStoreDTO;
}