| | |
| | | int row = paramIn.getInteger("row"); |
| | | paramIn.put("storeId", result.getStoreId()); |
| | | paramIn.put("page", (page - 1) * row); |
| | | paramIn.put("row", page * row); |
| | | paramIn.put("row", row); |
| | | |
| | | String apiUrl = ""; |
| | | if (!paramIn.containsKey("payObjType") || "3333".equals(paramIn.getString("payObjType"))) { |
| | |
| | | } else if ("6666".equals(paramIn.getString("payObjType"))) { |
| | | apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getParkingSpacePayFee" + mapToUrlParam(paramIn); |
| | | } else { |
| | | apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getParkingSpacePayFee" + mapToUrlParam(paramIn); |
| | | apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getListPayFee" + mapToUrlParam(paramIn); |
| | | } |
| | | |
| | | |