|
@@ -263,6 +263,6 @@ type MpTemplateMessage struct {
|
|
|
// MiniUniformMessage mini uniform send
|
|
|
type MiniUniformMessage struct {
|
|
|
ToUser string `json:"touser"`
|
|
|
- WeApp *WeappTemplateMessage `json:"weapp_template_msg"`
|
|
|
- MP *MpTemplateMessage `json:"mp_template_msg"`
|
|
|
+ WeApp *WeappTemplateMessage `json:"weapp_template_msg,omitempty"`
|
|
|
+ MP *MpTemplateMessage `json:"mp_template_msg,omitempty"`
|
|
|
}
|