package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Jul 8, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 DataValue struct {
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.