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 CreateInstanceNotPayResp ¶ added in v1.24.0
type CreateInstanceResp ¶ added in v1.24.0
type CreateInstanceResp struct { /* 购买ID (Optional) */ BuyId string `json:"buyId"` /* 是否执行提交购买逻辑,true-执行提交购买,false-未执行提交购买 (Optional) */ Submit bool `json:"submit"` /* 提交结果消息 (Optional) */ AddAndSubmitBuyMessage string `json:"addAndSubmitBuyMessage"` /* 订单号 (Optional) */ OrderNumber string `json:"orderNumber"` /* 自动支付标识 (Optional) */ AutoPay bool `json:"autoPay"` /* 下单结果消息 (Optional) */ SubmitOrderMessage string `json:"submitOrderMessage"` }
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.