Browse Source

UPDATE 申请隐私接口

dev
xhxu 2 years ago
parent
commit
0c4f3b7f02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/ma/WxOpenMaApplyInterface.java

+ 1
- 1
weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/ma/WxOpenMaApplyInterface.java View File

@@ -19,7 +19,7 @@ public class WxOpenMaApplyInterface implements Serializable {
private static final long serialVersionUID = -2054964740942100351L;

@SerializedName("api_name")
private Integer apiName;
private String apiName;

@SerializedName("owner_setting")
private String content;


Loading…
Cancel
Save