新增加验证码开关

This commit is contained in:
不做码农
2021-12-01 16:56:46 +08:00
parent 5e65941e15
commit e5bbf0b298
8 changed files with 42 additions and 7 deletions

View File

@@ -18,6 +18,11 @@ namespace ZR.Service.System
#region
public SysConfig GetSysConfigByKey(string key)
{
return _SysConfigrepository.Queryable().First(f => f.ConfigKey == key);
}
#endregion
}
}