- EnableNewAct = true

This commit is contained in:
gazebo
2019-07-15 16:15:01 +08:00
parent 8a705e0c14
commit 41e0d57835

View File

@@ -86,6 +86,8 @@ func Init() {
GetWeixinTokenKey = beego.AppConfig.DefaultString("getWeixinTokenKey", "")
StoreName = beego.AppConfig.DefaultString("storeName", "京西菜市")
EnableNewAct = true
}
func IsCallbackAlwaysReturnSuccess() bool {