Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchSendResp ¶ added in v1.10.0
type BatchSendResp struct { /* 本次发送请求的序列号 (Optional) */ SequenceNumber string `json:"sequenceNumber"` }
type MtSms ¶
type MtSms struct { /* 用户pin (Optional) */ Pin string `json:"pin"` /* 扩展码 (Optional) */ ExpandNum string `json:"expandNum"` /* 手机号 (Optional) */ MobileNum string `json:"mobileNum"` /* 应用ID (Optional) */ AppId string `json:"appId"` /* 套餐包ID (Optional) */ PackageId string `json:"packageId"` /* 签名ID (Optional) */ SignId string `json:"signId"` /* 模板ID (Optional) */ TemplateId string `json:"templateId"` /* 消息内容 (Optional) */ MsgContent string `json:"msgContent"` /* 批次ID (Optional) */ OrderId string `json:"orderId"` /* 错误码 (Optional) */ Code int `json:"code"` /* 流水号 (Optional) */ ReceiptNum string `json:"receiptNum"` /* 拆分标识 (Optional) */ SplitFlag string `json:"splitFlag"` /* 发送状态 (Optional) */ Status string `json:"status"` /* 类型 (Optional) */ Type string `json:"type"` }
type PullMtMsgByMobile ¶
type ReplyResp ¶ added in v1.10.0
type ReplyResp struct { /* 应用Id (Optional) */ AppId string `json:"appId"` /* 签名Id (Optional) */ SignId string `json:"signId"` /* 手机号 (Optional) */ PhoneNum string `json:"phoneNum"` /* 回复时间(yyyy-MM-dd HH:mm:ss) (Optional) */ DataTime string `json:"dataTime"` /* 回复内容 (Optional) */ Content string `json:"content"` }
type SendBatchSms ¶
type StatusReportResp ¶ added in v1.10.0
type StatusReportResp struct { /* 手机号 (Optional) */ PhoneNum string `json:"phoneNum"` /* 发送短信的序列号 (Optional) */ SequenceNumber string `json:"sequenceNumber"` /* 短信发送时间(yyyy-MM-dd HH:mm:ss) (Optional) */ SendTime string `json:"sendTime"` /* 接收到回执的时间(yyyy-MM-dd HH:mm:ss) (Optional) */ ReportTime string `json:"reportTime"` /* 发送状态 (Optional) */ Status int `json:"status"` /* 错误码 (Optional) */ Code string `json:"code"` /* 长短信拆分序号(短短信直接返回1) (Optional) */ SplitNum int `json:"splitNum"` }
Click to show internal directories.
Click to hide internal directories.