🐛 【微信支付】修复特约商户进件-提交申请单接口证件持有人类型类型定义错误和证件居住地址参数名错误的问题

This commit is contained in:
NotePlus 2022-12-02 10:29:27 +00:00 committed by binarywang
parent 99a55e6bc9
commit 07c4615d7e

View File

@ -416,9 +416,13 @@ public class WxPayApplyment4SubCreateRequest implements Serializable {
/**
* 证件持有人类型
* LEGAL法人
* SUPER经办人
* 示例值LEGAL
* @see com.github.binarywang.wxpay.bean.ecommerce.ApplymentsRequest 字段idHolderType
*/
@SerializedName("id_holder_type")
private IdTypeEnum idHolderType;
private String idHolderType;
/**
* 证件类型
@ -532,11 +536,11 @@ public class WxPayApplyment4SubCreateRequest implements Serializable {
@SpecEncrypt
private String idDocNumber;
/**
* 身份证居住地址
* 居住地址
*/
@SerializedName("id_card_address")
@SerializedName("id_doc_address")
@SpecEncrypt
private String idCardAddress;
private String idDocAddress;
/**
* 证件有效期开始时间
*/