cookie设置在newconfig

This commit is contained in:
苏尹岚
2020-03-02 15:41:45 +08:00
parent 2b4d90927a
commit 0dca8a5d95
4 changed files with 20 additions and 4 deletions

View File

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