|
|
|
@@ -28,6 +28,11 @@ public class RemoteFileFallbackFactory implements FallbackFactory<RemoteFileServ |
|
|
|
return R.fail("上传文件失败:" + throwable.getMessage()); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public R<SysFile> uploadNoAsync(MultipartFile file, String extension, String fileUuid) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public R<SysFile> uploadFace(MultipartFile file) { |
|
|
|
return R.fail("上传文件失败:" + throwable.getMessage() ); |
|
|
|
|