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