The highest tagged major version is
v3.
package
Version:
v2.0.1-beta37
Opens a new window with list of versions in this module.
Published: Jul 29, 2022
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 MiniProgram struct {
AppID string `json:"appid"`
PagePath string `json:"pagepath"`
}
type RequestTemlateMessage struct {
ToUser string `json:"touser"`
TemplateID string `json:"template_id"`
URL string `json:"url"`
MiniProgram *MiniProgram `json:"miniprogram"`
Data *power.HashMap `json:"data"`
}
type RequestTemlateMessageSubscribe struct {
ToUser string `json:"touser"`
TemplateID string `json:"template_id"`
URL string `json:"url"`
MiniProgram *MiniProgram `json:"miniprogram"`
Scene string `json:"scene"`
Title string `json:"title"`
Data *power.HashMap `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.