We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ee6452 + f66c6d8 commit f894310Copy full SHA for f894310
src/work/accountService/message/request/requestAccountServiceSendMsg.go
@@ -13,6 +13,7 @@ type RequestAccountServiceSendMsg struct {
13
MiniProgram *RequestAccountServiceMsgMiniProgram `json:"miniprogram,omitempty"`
14
Menu *RequestAccountServiceMsgMenu `json:"msgmenu,omitempty"`
15
Location *RequestAccountServiceMsgLocation `json:"location,omitempty"`
16
+ CaLink *RequestAccountServiceMsgCaLink `json:"ca_link,omitempty"`
17
}
18
19
type RequestAccountServiceMsgText struct {
@@ -76,3 +77,7 @@ type RequestAccountServiceMsgLocation struct {
76
77
Latitude int `json:"latitude"`
78
Longitude int `json:"longitude"`
79
80
+
81
+type RequestAccountServiceMsgCaLink struct {
82
+ LinkUrl string `json:"link_url"`
83
+}
0 commit comments