wuxw
2022-05-12 4e134e61ede1f8574189af45c810ca365c7c7f9a
service-api/src/main/java/com/java110/api/smo/payment/impl/RentingToPaySMOImpl.java
@@ -23,7 +23,7 @@
import com.java110.utils.util.StringUtil;
import com.java110.vo.ResultVo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
@@ -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) {