mirror of https://gitee.com/topiam/eiam
✨ 完善修改密码
parent
265ef73cf3
commit
cb0104eb22
|
@ -39,11 +39,11 @@ public class NoneStorage extends AbstractStorage {
|
|||
@Override
|
||||
public String upload(@NotNull String fileName,
|
||||
InputStream inputStream) throws StorageProviderException {
|
||||
throw new StorageProviderException("暂未配置存储提供商或提供商异常,请联系管理员");
|
||||
throw new StorageProviderException("暂未配置存储提供商,请联系管理员");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String download(String path) throws StorageProviderException {
|
||||
throw new StorageProviderException("暂未配置存储提供商或提供商异常,请联系管理员");
|
||||
throw new StorageProviderException("暂未配置存储提供商,请联系管理员");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue