Skip to content

Commit

Permalink
Merge pull request #500 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Matrix-X committed Jun 6, 2024
2 parents 5f0b09f + 3d39308 commit 209394c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/officialAccount/menu/response/responseMenuCurrentSelf.go
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 All @@ -30,6 +31,7 @@ type SelfButton struct {
Type string `json:"type"`
Name string `json:"name"`
Key string `json:"key"`
Value string `json:"value,omitempty"`
SubButtons *SubButton `json:"sub_button"`
}

Expand Down

0 comments on commit 209394c

Please sign in to comment.