This commit is contained in:
richboo111
2023-01-11 09:47:58 +08:00
parent c14956703d
commit d082e518a5
4 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ func Init() {
SugarLogger.Infof("globals RunMode=%s", web.BConfig.RunMode)
ReallyCallPlatformAPI = (web.BConfig.RunMode != "dev" && web.BConfig.RunMode != "test")
//ReallyCallPlatformAPI = true//本地测试用
//ReallyCallPlatformAPI = true //本地测试用
ReallySendWeixinMsg = ReallyCallPlatformAPI && IsProductEnv()
AliKey = web.AppConfig.DefaultString("aliKey", "")