This commit is contained in:
邹宗楠
2025-01-03 09:29:38 +08:00
parent b57999416a
commit 3f98a9cf5b
6 changed files with 55 additions and 21 deletions

View File

@@ -304,6 +304,10 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[
KeyAppPoiCode: poiCode,
"food_data": string(utils.MustMarshal(foodDataList)),
}, resultKeyMsg, trackInfo)
if err != nil {
globals.SugarLogger.Debugf("-------------foodDataList := %s", utils.Format4Output(foodDataList, false))
globals.SugarLogger.Debugf("-------------err := %v", err)
}
if err == nil {
failedFoodList, err = handleRetailBatchResult(result)
}