Skip to content

Commit

Permalink
fix(official): add field value for self menu type ButtonItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jun 4, 2024
1 parent a17608d commit c2f054a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type ButtonItem struct {
AppID string `json:"appid,omitempty"`
PagePath string `json:"pagepath,omitempty"`
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`

NewsInfo struct {
List []struct {
Expand Down

0 comments on commit c2f054a

Please sign in to comment.