Documentation ¶
Index ¶
- type SmsClient
- func (c *SmsClient) BatchSend(request *sms.BatchSendRequest) (*sms.BatchSendResponse, error)
- func (c *SmsClient) DisableLogger()
- 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)
指定模板群发短信接口。接口调用需要使用京东云统一鉴权的SDK方式接入,以下文档仅是接口出参、入参描述,并不是最终程序实现逻辑的范例,具体接口实现请查看SDK参考:https://docs.jdcloud.com/cn/text-message/java
func (*SmsClient) DisableLogger ¶ added in v1.24.0
func (c *SmsClient) DisableLogger()
func (*SmsClient) Reply ¶ added in v1.10.0
func (c *SmsClient) Reply(request *sms.ReplyRequest) (*sms.ReplyResponse, error)
短信回复接口。 接口调用需要使用京东云统一鉴权的SDK方式接入,以下文档仅是接口出参、入参描述,并不是最终程序实现逻辑的范例,具体接口实现请查看SDK参考:https://docs.jdcloud.com/cn/text-message/java
func (*SmsClient) StatusReport ¶ added in v1.10.0
func (c *SmsClient) StatusReport(request *sms.StatusReportRequest) (*sms.StatusReportResponse, error)
短信发送回执接口。接口调用需要使用京东云统一鉴权的SDK方式接入,以下文档仅是接口出参、入参描述,并不是最终程序实现逻辑的范例,具体接口实现请查看SDK参考:https://docs.jdcloud.com/cn/text-message/java
Click to show internal directories.
Click to hide internal directories.