sms

package
v0.0.0-...-0cfe510 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AliSms

type AliSms struct {
	// contains filtered or unexported fields
}

func NewAliSms

func NewAliSms(accessKeyId, accessKeySecret, signName, verifyTemplateCode string) *AliSms

func (*AliSms) Send

func (ali *AliSms) Send(mobile, content string, param map[string]string) error

func (*AliSms) SendVerifyCode

func (ali *AliSms) SendVerifyCode(mobile, code string) error

type SmsSender

type SmsSender interface {
	Send(mobile, content string, param map[string]string) error
	SendVerifyCode(mobile, code string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL