diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index e1090022..ab39531e 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -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) }