peizhi
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user