1
This commit is contained in:
@@ -306,6 +306,10 @@ 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user