Skip to content

Commit a17608d

Browse files
author
Matrix-X
committed
refact(work): RequestAccountServiceMsgMenuList
1 parent bae6ae1 commit a17608d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/work/accountService/message/request/requestAccountServiceSendMsg.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ type RequestAccountServiceMsgMenu struct {
5151
List []RequestAccountServiceMsgMenuList `json:"list,omitempty"`
5252
}
5353
type RequestAccountServiceMsgMenuList struct {
54-
Type string `json:"type"`
55-
Click *RequestAccountServiceMsgMenuListClick `json:"click,omitempty"`
56-
View *RequestAccountServiceMsgMenuListView `json:"view,omitempty"`
57-
MiniProgram *RequestAccountServiceMsgMenuListMiniProgram `json:"miniprogram,omitempty"`
54+
Type string `json:"type"`
55+
Click RequestAccountServiceMsgMenuListClick `json:"click,omitempty"`
56+
View RequestAccountServiceMsgMenuListView `json:"view,omitempty"`
57+
MiniProgram RequestAccountServiceMsgMenuListMiniProgram `json:"miniprogram,omitempty"`
5858
}
5959
type RequestAccountServiceMsgMenuListClick struct {
6060
ID string `json:"id"`

0 commit comments

Comments
 (0)