This commit is contained in:
邹宗楠
2024-10-11 13:40:39 +08:00
parent 1eb9146b47
commit c5d0f41f10
2 changed files with 5 additions and 2 deletions

View File

@@ -94,7 +94,6 @@ func init() {
SugarLogger = logger.Sugar()
baseapi.Init(SugarLogger)
Init() // 这里必须要自动调用,不然直接引用全局变量的模块得不到正确的配置值
SugarLogger.Infof("-----------------------55555")
}
func Init() {
@@ -175,7 +174,6 @@ func Init() {
MtwmCode = web.AppConfig.DefaultString("mtwmAppID", "")
Mtwm2Code = web.AppConfig.DefaultString("mtwmAppID2", "")
SugarLogger.Infof("globals RunMode xxxxliulei=%s", "4444444444444")
}
func IsCallbackAlwaysReturnSuccess() bool {