We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13356d1 commit b2998b2Copy full SHA for b2998b2
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/ApplymentsRequest.java
@@ -128,6 +128,7 @@ public class ApplymentsRequest implements Serializable {
128
* </pre>
129
*/
130
@SerializedName(value = "id_doc_info")
131
+ @SpecEncrypt
132
private IdDocInfo idDocInfo;
133
134
/**
@@ -497,6 +498,7 @@ public static class IdDocInfo implements Serializable {
497
498
499
500
@SerializedName(value = "id_doc_name")
501
502
private String idDocName;
503
504
@@ -511,6 +513,7 @@ public static class IdDocInfo implements Serializable {
511
513
512
514
515
@SerializedName(value = "id_doc_number")
516
517
private String idDocNumber;
518
519
0 commit comments