智慧保安后台管理-外网项目备份
Administrator
2022-01-13 e5d2427bf7a846a815cdd766869efeda1346c137
src/main/java/org/springblade/modules/equipage/controller/fixed.java
@@ -61,6 +61,7 @@
         params.put("acc", equipmentCode);
         String res = null;
         res = HttpReqUtil.getInstance().doPost(url, params, null);
         System.out.println("res = " + res);
         JSONArray jsonArray = JSONArray.fromObject(res);
         JSONArray sortedJsonArray = new JSONArray();
         List<JSONObject> jsonValues = new ArrayList<JSONObject>();