This commit is contained in:
邹宗楠
2026-04-22 11:39:17 +08:00
parent ce17598e8f
commit e5ed37fd49
3 changed files with 2 additions and 4 deletions

View File

@@ -174,7 +174,6 @@ func AccessPlatformAPIWithRetry(client *http.Client, handleRequest func() *http.
} else {
bodyData, getDataErr = ioutil.ReadAll(response.Body)
}
globals.SugarLogger.Debugf("-------------%s", string(bodyData))
globals.SugarLogger.Debugf("%s", utils.Format4Output(time.Now(), false))
if getDataErr != nil {
baseapi.SugarLogger.Errorf("AccessPlatformAPIWithRetry:%s ioutil.ReadAll failed, url:%v, error:%v", trackInfo, request.URL, err)