Versions in this module Expand all Collapse all v1 v1.0.1 Jun 17, 2022 v1.0.0 Jun 17, 2022 Changes in this version + type AliSms struct + func NewAliSms(cfg *SmsConfig) (sms *AliSms, err error) + func (s *AliSms) Close() + func (s *AliSms) Send(strPhone string, tc *TemplateConfig, args ...interface{}) (err error) + type SmsConfig struct + AccessKeyID string + AccessKeySecret string + Domain string + type TemplateConfig struct + SignName string + TemplateCode string + TemplateParam string