mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
🐛 #2004 【微信支付】电商收付通二级商户进件接口部分请求字段加密
This commit is contained in:
parent
13356d1cd5
commit
b2998b2ce4
@ -128,6 +128,7 @@ public class ApplymentsRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "id_doc_info")
|
||||
@SpecEncrypt
|
||||
private IdDocInfo idDocInfo;
|
||||
|
||||
/**
|
||||
@ -497,6 +498,7 @@ public class ApplymentsRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "id_doc_name")
|
||||
@SpecEncrypt
|
||||
private String idDocName;
|
||||
|
||||
/**
|
||||
@ -511,6 +513,7 @@ public class ApplymentsRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "id_doc_number")
|
||||
@SpecEncrypt
|
||||
private String idDocNumber;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user