@FeignClient(contextId="remoteFileService",
value="chis4cloud-file",
fallbackFactory=RemoteFileFallbackFactory.class)
public interface RemoteFileService
@PostMapping(value="/upload",
consumes="multipart/form-data")
com.founder.common.core.domain.R<SysFile> upload(@RequestPart(value="file")
org.springframework.web.multipart.MultipartFile file)
file - 文件信息Copyright © 2021. All rights reserved.