quangz
2022-04-02 d883de7f9a13f14ca68727e6548b9e89535f7614
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java
@@ -72,7 +72,6 @@
                        ResponseBody responseBody = response.body();
                        if (responseBody != null) {
                            String responseStr = responseBody.string();
                            System.out.println(responseStr);
                            responseJSON = JSON.parseObject(responseStr);
                        }
                    }else {