Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct {
ToUser string `json:"touser"`
TemplateId string `json:"template_id"`
Path string `json:"path"`
Data map[string]*DataValue `json:"data,omitempty"`
MiniProgramState string `json:"miniprogram_state"`
Lang string `json:"lang"`
}
Body 消息体
type TemplateMessage ¶
type TemplateMessage struct {
// contains filtered or unexported fields
}
TemplateMessage 小程序模板消息
func New ¶
func New(account contracts.AccountInterface) *TemplateMessage
Click to show internal directories.
Click to hide internal directories.