shan
This commit is contained in:
@@ -34,31 +34,8 @@ type SysConfigLimit struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
serviceInfo map[string]interface{}
|
serviceInfo map[string]interface{}
|
||||||
allowUpdatePlaceFieldsMap = map[string]bool{
|
|
||||||
"name": true,
|
|
||||||
"enabled": true,
|
|
||||||
"mtpsPrice": true,
|
|
||||||
}
|
|
||||||
|
|
||||||
regexpMsgContentOpID = regexp.MustCompile(`"openid":"(.*?)"`)
|
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) {
|
func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user