File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/work/accountService/message/request Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ type RequestAccountServiceMsgMenu struct {
51
51
List []RequestAccountServiceMsgMenuList `json:"list,omitempty"`
52
52
}
53
53
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"`
58
58
}
59
59
type RequestAccountServiceMsgMenuListClick struct {
60
60
ID string `json:"id"`
You can’t perform that action at this time.
0 commit comments