This commit is contained in:
邹宗楠
2023-10-25 16:54:01 +08:00
parent 31ecbdf60c
commit e45bea08d3
2 changed files with 3 additions and 2 deletions

View File

@@ -296,6 +296,9 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[
if err == nil {
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)
return failedFoodList, err
}