fix-删除无用代码
This commit is contained in:
parent
4cf3dcdb4b
commit
1201876ea3
@ -22,10 +22,4 @@ public interface FileManager {
|
||||
*/
|
||||
String uploadByStream(String bulkName, String keyPath, byte[] fileContent);
|
||||
|
||||
/**
|
||||
* get endpoint
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
String getAliOssEndpoint();
|
||||
}
|
||||
|
||||
@ -44,12 +44,4 @@ public class FileManagerImpl implements FileManager {
|
||||
return aliOssService.uploadByStream(bulkName, keyPath, inputStream);
|
||||
}
|
||||
|
||||
/**
|
||||
* get endpoint
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String getAliOssEndpoint() {
|
||||
return aliOssService.getEndpoint();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user