alisms

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2022 License: MIT Imports: 6 Imported by: 0

README

alisms

aliyun sms sender

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(cfg *SmsConfig) (sms *AliSms, err error)

func (*AliSms) Close

func (s *AliSms) Close()

func (*AliSms) Send

func (s *AliSms) Send(strPhone string, tc *TemplateConfig, args ...interface{}) (err error)

type SmsConfig

type SmsConfig struct {
	Domain          string
	AccessKeyID     string
	AccessKeySecret string
}

type TemplateConfig

type TemplateConfig struct {
	SignName      string //signature name
	TemplateCode  string //template code
	TemplateParam string //template parameters
}

Jump to

Keyboard shortcuts

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