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