feat: 贷款还款记录分页查询 调整
parent
7688fec194
commit
8164db8422
|
|
@ -147,13 +147,13 @@ public class LoanService {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 243001-贷款提款记录分页查询
|
* 243201-贷款还款记录分页查询
|
||||||
*
|
*
|
||||||
* @author yuchuan
|
* @author yuchuan
|
||||||
* @since 2025/09/12
|
* @since 2025/09/12
|
||||||
*/
|
*/
|
||||||
public CreditRepayInfoPageQueryResponse creditRepayInfoPageQuery(CreditRepayInfoPageQueryRequest request) {
|
public CreditRepayInfoPageQueryResponse creditRepayInfoPageQuery(CreditRepayInfoPageQueryRequest request) {
|
||||||
String url = "/credit-loan-info/find/page";
|
String url = "/credit-repay-info/find/page";
|
||||||
HttpHeaders headers = new HttpHeaders();
|
HttpHeaders headers = new HttpHeaders();
|
||||||
headers.addHeader(API_VERSION, V_2);
|
headers.addHeader(API_VERSION, V_2);
|
||||||
HttpResponse<CreditRepayInfoPageQueryResponse> httpResponse = apiClient.post(url, headers, request.toJsonRequest(), CreditRepayInfoPageQueryResponse.class);
|
HttpResponse<CreditRepayInfoPageQueryResponse> httpResponse = apiClient.post(url, headers, request.toJsonRequest(), CreditRepayInfoPageQueryResponse.class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue