Ruoyi是否启用验证码由后台appsettings.json决定

This commit is contained in:
Po
2024-10-14 16:49:33 +08:00
parent 7049175827
commit b59dfbc3fd
4 changed files with 7 additions and 4 deletions

View File

@@ -4,5 +4,7 @@
{
public Guid Uuid { get; set; } = Guid.Empty;
public byte[] Img { get; set; }
public bool IsEnableCaptcha { get; set; }
}
}