Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultTitle = ""
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Req ¶
type Req struct { BundleId string `json:"bundleId,omitempty"` // bundle id Template string `json:"template"` // 模板 //CloudTemplate bool `json:"cloudTemplate,omitempty"` // 云端模板 TemplateParam interface{} `json:"params"` // 参数 Title string `json:"subject,omitempty"` // 标题 Receiver string `json:"receiver"` // 接收者,多个时用逗号分隔 }
Click to show internal directories.
Click to hide internal directories.