Skip to content

Commit

Permalink
🐛 #2004 【微信支付】电商收付通二级商户进件接口部分请求字段加密
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudX2019 authored Feb 19, 2021
1 parent 13356d1 commit b2998b2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public class ApplymentsRequest implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_info")
@SpecEncrypt
private IdDocInfo idDocInfo;

/**
Expand Down Expand Up @@ -497,6 +498,7 @@ public static class IdDocInfo implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_name")
@SpecEncrypt
private String idDocName;

/**
Expand All @@ -511,6 +513,7 @@ public static class IdDocInfo implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_number")
@SpecEncrypt
private String idDocNumber;

/**
Expand Down

0 comments on commit b2998b2

Please sign in to comment.