update 优化代码与注释

This commit is contained in:
疯狂的狮子Li
2022-03-30 23:04:51 +08:00
parent c74b878372
commit 9ba61037a4
7 changed files with 38 additions and 18 deletions

View File

@@ -60,5 +60,10 @@ public abstract class AbstractOssStrategy implements IOssStrategy {
@Override
public abstract UploadResult uploadSuffix(InputStream inputStream, String suffix, String contentType);
/**
* 获取域名访问链接
*
* @return 域名访问链接
*/
public abstract String getEndpointLink();
}