revert: 回退关闭验证码

回退关闭验证码
This commit is contained in:
胡少翔
2024-09-18 11:32:31 +08:00
parent b00b3c6868
commit bcc30a6bee
8 changed files with 2 additions and 41 deletions

View File

@@ -65,10 +65,4 @@ public interface ConfigService extends IService<Config> {
*/
Object getSystemConfig(String key);
/**
* 获取系统配置
* @param key 配置键
* @return 配置值
*/
boolean getBooleanConfig(String key);
}