- 去除无用代码,主要是promotion相关的

This commit is contained in:
gazebo
2019-08-14 11:12:33 +08:00
parent 667e27d62e
commit 4c484a6280
17 changed files with 179 additions and 1878 deletions

View File

@@ -44,7 +44,6 @@ var (
StoreName string
EnableNewAct bool
EnableWXAuth2 bool
)
@@ -88,7 +87,6 @@ func Init() {
StoreName = beego.AppConfig.DefaultString("storeName", "京西菜市")
EnableNewAct = true
EnableWXAuth2 = beego.BConfig.RunMode == "beta"
}