mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 21:27:47 +08:00
fix a typo
This commit is contained in:
parent
e45a1cabe5
commit
7ce46ed0a2
@ -57,7 +57,7 @@ public class WxMenuButton implements Serializable {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName("appid")
|
@SerializedName("appid")
|
||||||
private String appiId;
|
private String appId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
@ -124,12 +124,12 @@ public class WxMenuButton implements Serializable {
|
|||||||
this.mediaId = mediaId;
|
this.mediaId = mediaId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getAppiId() {
|
public String getAppId() {
|
||||||
return appiId;
|
return appId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAppiId(String appiId) {
|
public void setAppId(String appId) {
|
||||||
this.appiId = appiId;
|
this.appId = appId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getPagePath() {
|
public String getPagePath() {
|
||||||
|
Loading…
Reference in New Issue
Block a user