mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user