- 在beta上启用EnableWXAuth2

This commit is contained in:
gazebo
2019-08-13 14:59:19 +08:00
parent d4270bf8c3
commit 567046a238
4 changed files with 17 additions and 11 deletions

View File

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