Documentation
¶
Index ¶
- type SmsSendResultParam
- type SmsSendResultRequest
- func (c *SmsSendResultRequest) Execute(accessToken *doudian_sdk.AccessToken) (*sms_sendResult_response.SmsSendResultResponse, error)
- func (c *SmsSendResultRequest) GetParamObject() interface{}
- func (c *SmsSendResultRequest) GetParams() *SmsSendResultParam
- func (c *SmsSendResultRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmsSendResultParam ¶
type SmsSendResultParam struct { // 开始时间-时间戳,单位秒 FromTime int64 `json:"from_time"` // 结束时间-时间戳,单位秒 ToTime int64 `json:"to_time"` // 短信发送渠道,主要做资源隔离 SmsAccount string `json:"sms_account"` // 模版id TemplateId *string `json:"template_id"` // 发送状态: 未回执:1 发送失败:2 发送成功:3 Status *int64 `json:"status"` // 查询结果大小,默认是10 Size *int64 `json:"size"` // 查询结果页数,从0开始,默认是0 Page *int64 `json:"page"` // 签名内容 Sign *string `json:"sign"` // 既支持明文,又支持密文 PostTel *string `json:"post_tel"` // 消息的唯一标识,可以用于查询短信到达等 MessageId *string `json:"message_id"` // 查询短信类型,默认是查普通文本短信:0是查询所有类型短信,1是查询普通文本短信,2是查询视频短信 TplType int64 `json:"tpl_type"` }
type SmsSendResultRequest ¶
type SmsSendResultRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SmsSendResultParam }
func New ¶
func New() *SmsSendResultRequest
func (*SmsSendResultRequest) Execute ¶
func (c *SmsSendResultRequest) Execute(accessToken *doudian_sdk.AccessToken) (*sms_sendResult_response.SmsSendResultResponse, error)
func (*SmsSendResultRequest) GetParamObject ¶
func (c *SmsSendResultRequest) GetParamObject() interface{}
func (*SmsSendResultRequest) GetParams ¶
func (c *SmsSendResultRequest) GetParams() *SmsSendResultParam
func (*SmsSendResultRequest) GetUrlPath ¶
func (c *SmsSendResultRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.