1
This commit is contained in:
@@ -302,7 +302,9 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[
|
||||
KeyAppPoiCode: poiCode,
|
||||
"food_data": string(utils.MustMarshal(foodDataList)),
|
||||
}, resultKeyMsg, trackInfo)
|
||||
|
||||
globals.SugarLogger.Debugf("======poicode := %s", poiCode)
|
||||
globals.SugarLogger.Debugf("======result := %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("======err := %v", err)
|
||||
if err == nil {
|
||||
failedFoodList, err = handleRetailBatchResult(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user