| service-acct/src/main/java/com/java110/acct/payment/business/meter/PreStoreMeterPaymentBusiness.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service-acct/src/main/java/com/java110/acct/payment/business/meter/PreStoreMeterPaymentBusiness.java
@@ -95,6 +95,8 @@ JSONObject paramIn = new JSONObject(); paramIn.put("machineId", reqJson.getString("machineId")); paramIn.put("communityId", reqJson.getString("communityId")); paramIn.put("page", 1); paramIn.put("row", 1); paramIn.put("iotApiCode", "listMeterMachineBmoImpl"); ResultVo resultVo = iotInnerServiceSMOImpl.postIot(paramIn); JSONArray machines = (JSONArray) resultVo.getData();