Skip to content

Commit 8d87609

Browse files
committed
Update WxMenu.java
1 parent b2e1cca commit 8d87609

File tree

1 file changed

+2
-2
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/bean

1 file changed

+2
-2
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/bean/WxMenu.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public void setButtons(List<WxMenuButton> buttons) {
3030
}
3131

3232
public WxMenuRule getMatchrule() {
33-
return matchrule;
33+
return matchrule;
3434
}
3535

3636
public void setMatchrule(WxMenuRule matchrule) {
37-
this.matchrule = matchrule;
37+
this.matchrule = matchrule;
3838
}
3939

4040
public String toJson() {

0 commit comments

Comments
 (0)