src/main/java/com/skyline/electricity/controller/DeviceController.java
@@ -233,7 +233,7 @@ final Map<String, Object> map = new HashMap<String, Object>(); final String dzzzresponse = (String)template.getForObject(this.configInfo.getDzzzUrl(), (Class)String.class, new Object[0]); final JSONObject json = JSONObject.parseObject(dzzzresponse); System.out.println(json.getJSONObject("data").getString("id")); //System.out.println(json.getJSONObject("data").getString("id")); DeviceController.log.warn(dzzzresponse.toString()); return dzzzresponse; }