Skip to content

Commit

Permalink
refact(work): RequestAccountServiceMsgMenuList
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed May 25, 2024
1 parent bae6ae1 commit a17608d
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 a17608d

Please sign in to comment.