This commit is contained in:
邹宗楠
2024-02-22 17:48:34 +08:00
parent 3a407553fe
commit 8cd80b3754
3 changed files with 26 additions and 31 deletions

View File

@@ -307,9 +307,11 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[
failedFoodList, err = handleRetailBatchResult(result)
}
globals.SugarLogger.Debugf("========foodDataList := %s", utils.Format4Output(foodDataList, false))
globals.SugarLogger.Debugf("========result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("========err := %v", err)
if err != nil {
globals.SugarLogger.Debugf("========foodDataList := %s", utils.Format4Output(foodDataList, false))
globals.SugarLogger.Debugf("========result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("========err := %v", err)
}
return failedFoodList, err
}