outputStream.close()

master
chengqf 2 years ago
parent 78e4e4ecfe
commit 1cd60dd170

@ -1012,6 +1012,7 @@ public class IdcServiceImpl implements IdcService {
try {
Response result = client.newCall(request).execute();
if (MediaType.parse("application/force-download").equals(result.body().contentType())) {
try (InputStream inputStream = result.body().byteStream()) {
String filePathSlash = filePath.substring(filePath.length() - 1).equals("/") ? "" : "/";

Loading…
Cancel
Save