1
This commit is contained in:
@@ -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 //本地测试用-ysq
|
||||
ReallySendWeixinMsg = ReallyCallPlatformAPI && IsProductEnv()
|
||||
|
||||
AliKey = web.AppConfig.DefaultString("aliKey", "")
|
||||
|
||||
Reference in New Issue
Block a user