mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	🐛 【微信支付】修复特约商户进件-提交申请单接口证件持有人类型类型定义错误和证件居住地址参数名错误的问题
This commit is contained in:
		| @ -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") |       @SerializedName("id_holder_type") | ||||||
|       private IdTypeEnum idHolderType; |       private String idHolderType; | ||||||
|  |  | ||||||
|       /** |       /** | ||||||
|        * 证件类型 |        * 证件类型 | ||||||
| @ -532,11 +536,11 @@ public class WxPayApplyment4SubCreateRequest implements Serializable { | |||||||
|         @SpecEncrypt |         @SpecEncrypt | ||||||
|         private String idDocNumber; |         private String idDocNumber; | ||||||
|         /** |         /** | ||||||
|          * 身份证居住地址 |          * 证件居住地址 | ||||||
|          */ |          */ | ||||||
|         @SerializedName("id_card_address") |         @SerializedName("id_doc_address") | ||||||
|         @SpecEncrypt |         @SpecEncrypt | ||||||
|         private String idCardAddress; |         private String idDocAddress; | ||||||
|         /** |         /** | ||||||
|          * 证件有效期开始时间 |          * 证件有效期开始时间 | ||||||
|          */ |          */ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 NotePlus
					NotePlus