[NotUseDI]
public abstract class SmsService : ISmsService
SmsService | Initializes a new instance of the SmsService class |
Public Properties | |
LastMobile | 获取有效期内最后发送的手机号码。 |
Protected Properties | |
CodeTimeoutMinutes | 验证码有效期,单位:分钟。 |
exService | 异常日志服务。 |
Public Methods | |
Clear | 清除验证码。 |
Send | 发送验证码短信。 |
Verify | 验证验证码。 |
Protected Methods | |
BeforeSend | 发送前执行的操作。 |
CheckMobile | 检查手机号码。 |
GenCode | 生成验证码。 |
SaveSmsLog | 保存发送日志。 |
SendCode | 执行发送操作。 |