修复设备删除
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user