java110
2022-07-19 b311c0d7aad6f77659e39fb4f7900d1f0ef9de93
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);
        }