From 6b57bb307894f32f95a972ec98de6163d43a108f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 23 Oct 2020 14:01:00 +0800 Subject: [PATCH] shan --- business/jxstore/cms/cms.go | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 61a9ad22a..d62a30eee 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -34,31 +34,8 @@ type SysConfigLimit struct { } var ( - serviceInfo map[string]interface{} - allowUpdatePlaceFieldsMap = map[string]bool{ - "name": true, - "enabled": true, - "mtpsPrice": true, - } - + serviceInfo map[string]interface{} regexpMsgContentOpID = regexp.MustCompile(`"openid":"(.*?)"`) - - receiveMsgUsersMap = map[string][]string{ - SendMsgTypeOpenStoreRequest: []string{ - "石锋", - // "x", - // "周扬", - }, - SendMsgTypeSuggestRequest: []string{ - "石锋", - // "x", - // "周扬", - // "苏尹岚", - }, - } - needConfirmRequestMap = map[string]int{ - SendMsgTypeOpenStoreRequest: 1, - } ) func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {