Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryAddTemplateContent ¶
type QuerySendStatus ¶
type QuerySendStatus struct { /* 总量 (Optional) */ Total int `json:"total"` /* 发送信息明细列表 (Optional) */ DetailList []SendStatus `json:"detailList"` }
type QuerySendStatusSpec ¶
type RespAddTemplateData ¶
type RespAddTemplateData struct { /* templateId参数 (Optional) */ TemplateId string `json:"templateId"` }
type RespQueryOneTemplateResourceList ¶
type RespQueryOneTemplateResourceList struct { /* size参数 (Optional) */ Size string `json:"size"` /* name参数 (Optional) */ Name string `json:"name"` /* type参数 (Optional) */ Type string `json:"type"` /* url参数 (Optional) */ Url string `json:"url"` /* content参数 (Optional) */ Content string `json:"content"` }
type RespQueryTemplateListData ¶
type RespQueryTemplateListData struct { /* reason参数 (Optional) */ Reason string `json:"reason"` /* createTime参数 (Optional) */ CreateTime string `json:"createTime"` /* contentSize参数 (Optional) */ ContentSize string `json:"contentSize"` /* description参数 (Optional) */ Description string `json:"description"` /* templateId参数 (Optional) */ TemplateId string `json:"templateId"` /* title参数 (Optional) */ Title string `json:"title"` /* status参数 (Optional) */ Status string `json:"status"` }
type SendBatchMsg ¶
type SendBatchMsgSpec ¶
type SendStatus ¶
type SendStatus struct { /* 用户pin (Optional) */ Pin string `json:"pin"` /* 应用ID (Optional) */ AppId string `json:"appId"` /* 任务ID (Optional) */ TaskId string `json:"taskId"` /* 短信ID (Optional) */ TemplateId string `json:"templateId"` /* 手机号 (Optional) */ MobileNum string `json:"mobileNum"` /* 发送状态 -1:初始状态;0:成功发送到网关;1:下载成功;2:发送失败;3:未发送至网关,过期失败;4:发送到网关,过期失败 (Optional) */ StateFlag int `json:"stateFlag"` /* 发送时间 (Optional) */ SendTime string `json:"sendTime"` }
Click to show internal directories.
Click to hide internal directories.