fix a typo
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user