mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-23 23:58:44 +08:00
Update WxMenu.java
This commit is contained in:
parent
b2e1cca6c2
commit
8d87609c0b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user