fix: 下载调整
This commit is contained in:
@@ -30,6 +30,11 @@ public class RemoteFileFallbackFactory implements FallbackFactory<RemoteFileServ
|
||||
{
|
||||
return R.fail("Failed to upload file:" + throwable.getMessage());
|
||||
}
|
||||
|
||||
@Override
|
||||
public R<byte[]> download(String filePath) {
|
||||
return R.fail("Failed to download file:" + throwable.getMessage());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user