mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 17:48:50 +08:00
Update WxMenu.java
This commit is contained in:
@ -30,11 +30,11 @@ public class WxMenu implements Serializable {
|
||||
}
|
||||
|
||||
public WxMenuRule getMatchrule() {
|
||||
return matchrule;
|
||||
return matchrule;
|
||||
}
|
||||
|
||||
public void setMatchrule(WxMenuRule matchrule) {
|
||||
this.matchrule = matchrule;
|
||||
this.matchrule = matchrule;
|
||||
}
|
||||
|
||||
public String toJson() {
|
||||
|
||||
Reference in New Issue
Block a user