This commit is contained in:
邹宗楠
2022-03-25 17:00:41 +08:00
parent 863859de40
commit d06c0bc554
3 changed files with 39 additions and 29 deletions

View File

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