Skip to content

Commit 327e6ff

Browse files
committed
🐛 修复错误的字段类型
1 parent d68956d commit 327e6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/applyment/WxPayApplyment4SubCreateRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public static class IdentityInfo implements Serializable {
434434
* 法定代表人说明函
435435
*/
436436
@SerializedName("authorize_letter_copy")
437-
private IdTypeEnum authorizeLetterCopy;
437+
private String authorizeLetterCopy;
438438

439439
/**
440440
* 身份证信息

0 commit comments

Comments
 (0)