Documentation ¶
Index ¶
- type SmsClient
- func (c *SmsClient) BatchSend(request *sms.BatchSendRequest) (*sms.BatchSendResponse, error)
- func (c *SmsClient) Reply(request *sms.ReplyRequest) (*sms.ReplyResponse, error)
- func (c *SmsClient) SetConfig(config *core.Config)
- func (c *SmsClient) SetLogger(logger core.Logger)
- func (c *SmsClient) StatusReport(request *sms.StatusReportRequest) (*sms.StatusReportResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmsClient ¶
type SmsClient struct {
core.JDCloudClient
}
func NewSmsClient ¶
func NewSmsClient(credential *core.Credential) *SmsClient
func (*SmsClient) BatchSend ¶ added in v1.10.0
func (c *SmsClient) BatchSend(request *sms.BatchSendRequest) (*sms.BatchSendResponse, error)
指定模板群发短信
func (*SmsClient) Reply ¶ added in v1.10.0
func (c *SmsClient) Reply(request *sms.ReplyRequest) (*sms.ReplyResponse, error)
短信回复接口
func (*SmsClient) StatusReport ¶ added in v1.10.0
func (c *SmsClient) StatusReport(request *sms.StatusReportRequest) (*sms.StatusReportResponse, error)
短信发送回执接口
Click to show internal directories.
Click to hide internal directories.