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