This commit is contained in:
邹宗楠
2026-04-22 11:28:21 +08:00
parent 1ad90354d4
commit ce17598e8f
6 changed files with 14 additions and 8 deletions

View File

@@ -174,6 +174,7 @@ 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)