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