Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliyunClient ¶
type AliyunClient struct {
// contains filtered or unexported fields
}
func GetAliyunClient ¶
func GetAliyunClient(accessId, accessKey, sign, region, template string) *AliyunClient
func (*AliyunClient) SendMessage ¶
func (c *AliyunClient) SendMessage(param map[string]string, targetPhoneNumber ...string)
type SmsClient ¶
func NewSmsClient ¶
type TencentClient ¶
type TencentClient struct {
// contains filtered or unexported fields
}
func GetTencentClient ¶
func GetTencentClient(accessId, accessKey, sign, region, templateId string, appId []string) *TencentClient
func (*TencentClient) SendMessage ¶
func (c *TencentClient) SendMessage(param map[string]string, targetPhoneNumber ...string)
type VolcClient ¶ added in v0.0.3
type VolcClient struct {
// contains filtered or unexported fields
}
func GetVolcClient ¶ added in v0.0.3
func GetVolcClient(accessId, accessKey, sign, region, templateId string, smsAccount []string) *VolcClient
func (*VolcClient) SendMessage ¶ added in v0.0.3
func (c *VolcClient) SendMessage(param map[string]string, targetPhoneNumber ...string)
Click to show internal directories.
Click to hide internal directories.