修改验证码
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-21 11:40:18 +08:00
parent f79c12165e
commit ac8875acdf
2 changed files with 122 additions and 0 deletions
@@ -23,4 +23,18 @@ public class VerificationCode : BaseAddAuditEntity
[Comment("过期时间")]
public DateTime ExpirationTime { get; set; }
}
public enum EmailVerifyCodeType
{
ModifyEmail = 1,
SiteSurvey = 2,
ForgetPassword = 3,
MFA = 4,
AdminResetPassword = 5
}