配置可以设置折扣卡

This commit is contained in:
苏尹岚
2020-08-20 15:41:54 +08:00
parent 4378f72e78
commit 08ddd8424c

View File

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