Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSmsCode ¶
Types ¶
type SmsSrv ¶
type SmsSrv interface { // // SendSms // @Description: 发送短信验证码 // @param ctx // @param movile: 手机号码 // @param tpc: teamplate code 消息模板编号 // @param tp: template param 消息参数 // @return error // SendSms(ctx context.Context, mobile string, tpc, tp string) error }
func NewSms ¶
func NewSms(smsOpts *options.SmsOptions) SmsSrv
Click to show internal directories.
Click to hide internal directories.