解决截图被占用无法打开问题
This commit is contained in:
parent
8288d45eea
commit
701f70ba82
@ -186,6 +186,7 @@ public class ZLMRESTfulUtils {
|
|||||||
FileOutputStream outStream = new FileOutputStream(snapFile);
|
FileOutputStream outStream = new FileOutputStream(snapFile);
|
||||||
|
|
||||||
outStream.write(Objects.requireNonNull(response.body()).bytes());
|
outStream.write(Objects.requireNonNull(response.body()).bytes());
|
||||||
|
outStream.flush();
|
||||||
outStream.close();
|
outStream.close();
|
||||||
} else {
|
} else {
|
||||||
logger.error(String.format("[ %s ]请求失败: %s %s", url, response.code(), response.message()));
|
logger.error(String.format("[ %s ]请求失败: %s %s", url, response.code(), response.message()));
|
||||||
|
Loading…
Reference in New Issue
Block a user