xiaogang
2022-08-11 4367e8ad1c9208c7c0c4cbad97874a0524a0481b
service-api/src/main/java/com/java110/api/smo/fee/impl/ListPayFeeSMOImpl.java
@@ -53,11 +53,11 @@
        String apiUrl = "";
        if (!paramIn.containsKey("payObjType") || "3333".equals(paramIn.getString("payObjType"))) {
            apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getPropertyPayFee" + mapToUrlParam(paramIn);
            apiUrl = "api.getPropertyPayFee" + mapToUrlParam(paramIn);
        } else if ("6666".equals(paramIn.getString("payObjType"))) {
            apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getParkingSpacePayFee" + mapToUrlParam(paramIn);
            apiUrl = "api.getParkingSpacePayFee" + mapToUrlParam(paramIn);
        } else {
            apiUrl = ServiceConstant.SERVICE_API_URL + "/api/api.getListPayFee" + mapToUrlParam(paramIn);
            apiUrl = "api.getListPayFee" + mapToUrlParam(paramIn);
        }