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