Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseTemplate ¶
type ResponseTemplate struct {
*response.ResponseOfficialAccount
TemplateId string `json:"template_id"`
}
type ResponseTemplateGetPrivate ¶
type ResponseTemplateGetPrivate struct {
*response.ResponseOfficialAccount
TemplateList []*Template `json:"template_list"`
}
type ResponseTemplateIndustry ¶
type ResponseTemplateIndustry struct {
*response.ResponseOfficialAccount
PrimaryIndustry *Industry `json:"primary_industry"`
SecondaryIndustry *Industry `json:"secondary_industry"`
}
type ResponseTemplateSend ¶
type ResponseTemplateSend struct {
*response.ResponseOfficialAccount
MsgID int `json:"msgid"`
}
Click to show internal directories.
Click to hide internal directories.