Versions in this module Expand all Collapse all v0 v0.1.7 Jan 3, 2024 v0.1.6 Jan 3, 2024 Changes in this version + type AddMsgTemplateRequest struct + AccessToken string + ID string + KeywordIDList string + type AddMsgTemplateResponse struct + Data AddMsgTemplateResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type AddMsgTemplateResponsedata struct + TemplateID string + func AddMsgTemplate(params *AddMsgTemplateRequest) (*AddMsgTemplateResponsedata, error) + type DelMsgTemplateRequest struct + AccessToken string + TemplateID string + type DelMsgTemplateResponse struct + Data DelMsgTemplateResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type DelMsgTemplateResponsedata struct + Errno int64 + Msg string + func DelMsgTemplate(params *DelMsgTemplateRequest) (*DelMsgTemplateResponsedata, error) + type GetMsgTemplateLibraryKeyWordRequest struct + AccessToken string + ID string + type GetMsgTemplateLibraryKeyWordResponse struct + Data GetMsgTemplateLibraryKeyWordResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type GetMsgTemplateLibraryKeyWordResponsedata struct + ID string + KeywordCount int64 + KeywordList []GetMsgTemplateLibraryKeyWordResponsedatakeywordListItem + Title string + func GetMsgTemplateLibraryKeyWord(params *GetMsgTemplateLibraryKeyWordRequest) (*GetMsgTemplateLibraryKeyWordResponsedata, error) + type GetMsgTemplateLibraryKeyWordResponsedatakeywordListItem struct + Example string + KeywordID int64 + Name string + type GetMsgTemplateLibraryListRequest struct + AccessToken string + Count int64 + Offset int64 + type GetMsgTemplateLibraryListResponse struct + Data GetMsgTemplateLibraryListResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type GetMsgTemplateLibraryListResponsedata struct + List []GetMsgTemplateLibraryListResponsedatalistItem + TotalCount int64 + func GetMsgTemplateLibraryList(params *GetMsgTemplateLibraryListRequest) (*GetMsgTemplateLibraryListResponsedata, error) + type GetMsgTemplateLibraryListResponsedatalistItem struct + ID string + Title string + type GetMsgTemplateListRequest struct + AccessToken string + Count int64 + Offset int64 + type GetMsgTemplateListResponse struct + Data GetMsgTemplateListResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type GetMsgTemplateListResponsedata struct + List []GetMsgTemplateListResponsedatalistItem + TotalCount int64 + func GetMsgTemplateList(params *GetMsgTemplateListRequest) (*GetMsgTemplateListResponsedata, error) + type GetMsgTemplateListResponsedatalistItem struct + Content string + Example string + TemplateID string + Title string + type SendMsgRequest struct + AccessToken string + Data string + Ext interface{} + Page interface{} + SceneID string + SceneType int64 + TemplateID string + Title string + TouserOpenID string + type SendMsgResponse struct + Data SendMsgResponsedata + ErrMsg string + Errno int64 + ErrorCode int64 + ErrorMsg string + type SendMsgResponsedata struct + MsgKey int64 + func SendMsg(params *SendMsgRequest) (*SendMsgResponsedata, error)