手动刷

This commit is contained in:
苏尹岚
2020-04-23 11:46:16 +08:00
parent 29f1bac104
commit ca65366c27
3 changed files with 10 additions and 9 deletions

View File

@@ -134,7 +134,7 @@ func IsCallbackAlwaysReturnSuccess() bool {
}
func IsMainProductEnv() bool {
return beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "prod3"
return beego.BConfig.RunMode == "prod"
}
func IsProductEnv() bool {