globals.IsStoreSkuAct控制是否添加门店商品的平台活动信息

This commit is contained in:
gazebo
2020-01-13 14:17:50 +08:00
parent 21accbf8fe
commit d29b7b3686
10 changed files with 221 additions and 93 deletions

View File

@@ -8,12 +8,6 @@ import (
"go.uber.org/zap"
)
const (
ErrStrAccessDB = "Error when access DB"
DebugStoreID = 100119
DebugJdStoreID = "11738122"
)
var (
ReallyCallPlatformAPI bool
ReallySendWeixinMsg bool
@@ -54,6 +48,7 @@ var (
Jd2OrgCode string
IsUseThingMap bool
IsStoreSkuAct bool
OutputDebugMsgLevel int
)
@@ -111,6 +106,7 @@ func Init() {
Jd2OrgCode = beego.AppConfig.DefaultString("jd2OrgCode", "")
IsUseThingMap = beego.AppConfig.DefaultBool("useThingMap", false)
IsStoreSkuAct = false
}
func IsCallbackAlwaysReturnSuccess() bool {