From 32baa0a09101f874b39bca2285846ba72e326506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 15 Apr 2021 17:08:10 +0800 Subject: [PATCH] aa --- business/model/new_config.go | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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: "会员卡", } )