1
This commit is contained in:
@@ -302,7 +302,9 @@ 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)
|
||||||
|
globals.SugarLogger.Debugf("======poicode := %s", poiCode)
|
||||||
|
globals.SugarLogger.Debugf("======result := %s", utils.Format4Output(result, 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