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) {