Loading

摘要: 场景:两个系统文件服务不同,需从另外一个系统中下载文件并上传到另外一个系统中。 代码实现 //远程服务下载文件 Response response = fileCenterService.downloadFile(fileId); InputStream inputStream = response 阅读全文
posted @ 2023-10-26 11:00 IamHzc 阅读(371) 评论(0) 推荐(0) 编辑