diff --git a/business/model/new_config.go b/business/model/new_config.go index d84123256..2bbc8178f 100644 --- a/business/model/new_config.go +++ b/business/model/new_config.go @@ -25,14 +25,9 @@ const ( var ( ConfigTypeName = map[string]string{ - ConfigTypeSys: "系统", - ConfigTypePricePack: "价格包", - ConfigTypeFreightPack: "免运包", - ConfigTypeBank: "银行", - ConfigTypeRole: "角色", - ConfigTypeJxStore: "京西商城", - ConfigTypeCookie: "Cookie", - ConfigTypeMemberCard: "会员卡", + ConfigTypeSys: "系统", + ConfigTypeCookie: "Cookie", + ConfigTypeMemberCard: "会员卡", } )