This commit is contained in:
邹宗楠
2024-04-03 14:42:50 +08:00
parent 4277e19152
commit 3ef2c1ace2

View File

@@ -361,6 +361,7 @@ func PollingRemotEvent(remoteURL string, waitSecond int, params map[string]inter
time.Sleep(errRefreshGap)
}
}
globals.SugarLogger.Debugf("tokenInfo========= :%s", utils.Format4Output(tokenInfo, false))
return tokenInfo
}