修复设备删除

This commit is contained in:
648540858
2022-02-28 10:39:51 +08:00
parent 7400ace65d
commit 0cd86a79c2
4 changed files with 16 additions and 10 deletions

View File

@@ -72,7 +72,6 @@ public class ZLMRESTfulUtils {
ResponseBody responseBody = response.body();
if (responseBody != null) {
String responseStr = responseBody.string();
System.out.println(responseStr);
responseJSON = JSON.parseObject(responseStr);
}
}else {