This commit is contained in:
邹宗楠
2022-03-25 14:48:26 +08:00
parent dc50628007
commit 863859de40
2 changed files with 3 additions and 1 deletions

View File

@@ -169,7 +169,8 @@ func IsCallbackAlwaysReturnSuccess() bool {
}
func IsMainProductEnv() bool {
return web.BConfig.RunMode == "prod"
//return web.BConfig.RunMode == "prod"
return web.BConfig.RunMode == "beta"
}
func IsProductEnv() bool {