智慧保安后台管理-外网
Administrator
2022-01-13 91890bac76ab5652fd07f955ebec3564a91f8011
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>();