优化级联注册稳定性

This commit is contained in:
648540858
2022-11-17 18:09:28 +08:00
parent 23710f1c64
commit 6b8ecd1f9d
7 changed files with 29 additions and 37 deletions

View File

@@ -169,7 +169,6 @@ public class ZLMRESTfulUtils {
.build();
Response response = client.newCall(request).execute();
if (response.isSuccessful()) {
logger.info("response body contentType: " + Objects.requireNonNull(response.body()).contentType());
if (targetPath != null) {
File snapFolder = new File(targetPath);
if (!snapFolder.exists()) {