package
Version:
v3.0.5
Opens a new window with list of versions in this module.
Published: Feb 7, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type MPTemplateMsgMiniProgram struct {
AppID string `json:"appid"`
PagePath string `json:"pagepath"`
}
type RequestUniformMessageSend struct {
ToUser string `json:"touser"`
WeAppTemplateMsg *WeAppTemplateMsg `json:"weapp_template_msg,omitempty"`
MpTemplateMsg *MPTemplateMsg `json:"mp_template_msg"`
}
type WeAppTemplateMsg struct {
TemplateID string `json:"template_id"`
Page string `json:"page"`
FormID string `json:"form_id"`
Data *power.HashMap `json:"data"`
EmphasisKeyword string `json:"emphasis_keyword"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.