mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 修复错误的字段类型
This commit is contained in:
+1
-1
@@ -434,7 +434,7 @@ public class WxPayApplyment4SubCreateRequest implements Serializable {
|
|||||||
* 法定代表人说明函
|
* 法定代表人说明函
|
||||||
*/
|
*/
|
||||||
@SerializedName("authorize_letter_copy")
|
@SerializedName("authorize_letter_copy")
|
||||||
private IdTypeEnum authorizeLetterCopy;
|
private String authorizeLetterCopy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 身份证信息
|
* 身份证信息
|
||||||
|
|||||||
Reference in New Issue
Block a user