- 禁用auth1.

This commit is contained in:
gazebo
2019-09-02 14:04:27 +08:00
parent de6c5de6df
commit 3d21ffaf11
2 changed files with 2 additions and 2 deletions

View File

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