feat: 受益人接口地址调整
parent
037a9da203
commit
d474c8c0f4
|
|
@ -257,13 +257,13 @@ public class AccountService {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 223508-受益人校验
|
* 受益人查询(企查查)
|
||||||
*
|
*
|
||||||
* @author yuchuan
|
* @author yuchuan
|
||||||
* @since 2026/01/23
|
* @since 2026/01/23
|
||||||
*/
|
*/
|
||||||
public BeneficiaryQueryResponse beneficiaryQuery(BeneficiaryQueryRequest request) {
|
public BeneficiaryQueryResponse beneficiaryQuery(BeneficiaryQueryRequest request) {
|
||||||
String url = "/t-account-beneficiary/qcc-query";
|
String url = "/account-beneficiary/qcc-query";
|
||||||
HttpResponse<BeneficiaryQueryResponse> httpResponse = apiClient.post(url, HttpHeaders.apiVersionV2(),
|
HttpResponse<BeneficiaryQueryResponse> httpResponse = apiClient.post(url, HttpHeaders.apiVersionV2(),
|
||||||
request.toJsonRequest(), BeneficiaryQueryResponse.class);
|
request.toJsonRequest(), BeneficiaryQueryResponse.class);
|
||||||
return httpResponse.getServiceResponse();
|
return httpResponse.getServiceResponse();
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@ import lombok.Data;
|
||||||
import lombok.experimental.Accessors;
|
import lombok.experimental.Accessors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 223508-受益人校验
|
* 受益人查询(企查查)
|
||||||
*
|
*
|
||||||
* @author yuchuan
|
* @author yuchuan
|
||||||
* @since 2026/01/23
|
* @since 2026/01/23
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
@TransType("223508")
|
@TransType("224007")
|
||||||
public class BeneficiaryQueryRequest implements ApiRequest {
|
public class BeneficiaryQueryRequest implements ApiRequest {
|
||||||
/**
|
/**
|
||||||
* 渠道编号
|
* 渠道编号
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import lombok.experimental.Accessors;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 223508-受益人校验
|
* 受益人查询(企查查)
|
||||||
*
|
*
|
||||||
* @author yuchuan
|
* @author yuchuan
|
||||||
* @since 2026/01/23
|
* @since 2026/01/23
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue