Skip to content

Commit 0ee6452

Browse files
authored
Merge pull request #516 from ArtisanCloud/develop
Develop
2 parents e44729a + 322a871 commit 0ee6452

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)