update 优化 oss 远程调用 支持降级处理

This commit is contained in:
疯狂的狮子Li
2023-12-15 13:46:36 +08:00
parent a54843924d
commit 883fa32e2c
2 changed files with 38 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import org.apache.dubbo.config.annotation.DubboReference;
@TranslationType(type = TransConstant.OSS_ID_TO_URL)
public class OssUrlTranslationImpl implements TranslationInterface<String> {
@DubboReference
@DubboReference(mock = "true")
private RemoteFileService ossService;
@Override