newconfig配置修改

This commit is contained in:
苏尹岚
2020-02-19 15:08:22 +08:00
parent 4ba1cc3c41
commit 798fdae0b3

View File

@@ -296,6 +296,7 @@ func checkConfig(opFlag int, configType, key, value string) (err error) {
} else {
err = checkSysConfig(key, value)
}
case model.ConfigTypeJxStore:
default:
err = fmt.Errorf("当前只支持配置:%s, 传入的配置类型:%s", utils.Format4Output(model.ConfigTypeName, true), configType)
}