We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5316d97 commit cf8fb4cCopy full SHA for cf8fb4c
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/menu/WxMpSelfMenuInfo.java
@@ -24,6 +24,14 @@ public String toString() {
24
return ToStringUtils.toSimpleString(this);
25
}
26
27
+ public List<WxMpSelfMenuButton> getButtons() {
28
+ return this.buttons;
29
+ }
30
+
31
+ public void setButtons(List<WxMpSelfMenuButton> buttons) {
32
+ this.buttons = buttons;
33
34
35
public static class WxMpSelfMenuButton {
36
/**
37
* <pre>
0 commit comments