wuxw
2022-01-11 410ddd29a7ec603c5cf8c46b17e695b570125d23
service-api/src/main/java/com/java110/api/smo/payment/impl/RentingToPaySMOImpl.java
@@ -77,7 +77,7 @@
        //查询用户ID
        paramIn.put("userId", pd.getUserId());
        //查询
        String url = ServiceConstant.SERVICE_API_URL + "/api/renting/queryRentingPool?rentingId="
        String url = "/renting/queryRentingPool?rentingId="
                + paramIn.getString("rentingId") + "&row=1&page=1";
        responseEntity = super.callCenterService(restTemplate, pd, "", url, HttpMethod.GET);
@@ -158,7 +158,7 @@
                "", "", "", "",
                pd.getAppId());
        responseEntity = this.callCenterService(restTemplate, pd, "",
                ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?appId="
                "smallWeChat.listSmallWeChats?appId="
                        + paramIn.getString("appId") + "&page=1&row=1", HttpMethod.GET);
        if (responseEntity.getStatusCode() != HttpStatus.OK) {