This commit is contained in:
2023-11-30 14:23:24 +08:00
parent b443b8d007
commit 355e38933b

View File

@@ -60,7 +60,7 @@ public class SysConfigService extends BaseService<SysConfigEntity, SysConfigRepo
.collect(Collectors.toMap(e -> e.getCode(), e -> e));
addDictConfig(all, Constants.SYSCONFIG_ENABLE_CAPTCHA, "验证码状态", "1", "status.type");
addDictConfig(all, Constants.SYSCONFIG_ENABLE_REQUEST_SIGN, "请求签名验证", "1", "status.type");
addDictConfig(all, Constants.SYSCONFIG_ENABLE_REQUEST_SIGN, "请求签名验证", "0", "status.type");
addNumberConfig(
all,