Skip to content

Commit

Permalink
Merge pull request #497 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
refact(work): RequestAccountServiceMsgMenuList
  • Loading branch information
Matrix-X committed May 25, 2024
2 parents bae6ae1 + a17608d commit 5f0b09f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ type RequestAccountServiceMsgMenu struct {
List []RequestAccountServiceMsgMenuList `json:"list,omitempty"`
}
type RequestAccountServiceMsgMenuList struct {
Type string `json:"type"`
Click *RequestAccountServiceMsgMenuListClick `json:"click,omitempty"`
View *RequestAccountServiceMsgMenuListView `json:"view,omitempty"`
MiniProgram *RequestAccountServiceMsgMenuListMiniProgram `json:"miniprogram,omitempty"`
Type string `json:"type"`
Click RequestAccountServiceMsgMenuListClick `json:"click,omitempty"`
View RequestAccountServiceMsgMenuListView `json:"view,omitempty"`
MiniProgram RequestAccountServiceMsgMenuListMiniProgram `json:"miniprogram,omitempty"`
}
type RequestAccountServiceMsgMenuListClick struct {
ID string `json:"id"`
Expand Down

0 comments on commit 5f0b09f

Please sign in to comment.