mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 【微信支付】修复特约商户进件-提交申请单接口证件持有人类型类型定义错误和证件居住地址参数名错误的问题
This commit is contained in:
parent
99a55e6bc9
commit
07c4615d7e
@ -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;
|
||||
/**
|
||||
* 证件有效期开始时间
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user