Skip to content

Commit f894310

Browse files
authored
Merge pull request #519 from stormeyes/add-calink-message
Add calink message
2 parents 0ee6452 + f66c6d8 commit f894310

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type RequestAccountServiceSendMsg struct {
1313
MiniProgram *RequestAccountServiceMsgMiniProgram `json:"miniprogram,omitempty"`
1414
Menu *RequestAccountServiceMsgMenu `json:"msgmenu,omitempty"`
1515
Location *RequestAccountServiceMsgLocation `json:"location,omitempty"`
16+
CaLink *RequestAccountServiceMsgCaLink `json:"ca_link,omitempty"`
1617
}
1718

1819
type RequestAccountServiceMsgText struct {
@@ -76,3 +77,7 @@ type RequestAccountServiceMsgLocation struct {
7677
Latitude int `json:"latitude"`
7778
Longitude int `json:"longitude"`
7879
}
80+
81+
type RequestAccountServiceMsgCaLink struct {
82+
LinkUrl string `json:"link_url"`
83+
}

0 commit comments

Comments
 (0)