验证码缓存接入

This commit is contained in:
陈淳
2022-10-28 14:25:59 +08:00
parent 9f5829876c
commit a667f1a65e
6 changed files with 21 additions and 8 deletions

View File

@@ -9,5 +9,7 @@ namespace Yi.Framework.Common.Models
public static class GobalModel
{
public static bool SqlLogEnable { get; set; } = true;
public static bool LoginCodeEnable { get; set; } = true;
}
}