This commit is contained in:
邹宗楠
2025-05-15 14:33:22 +08:00
parent 69d1ed1796
commit 5b3ef2cd6d
2 changed files with 32 additions and 18 deletions

View File

@@ -333,8 +333,6 @@ func (a *API) RetailSkuPrice(trackInfo, poiCode string, foodData []*BareStoreFoo
if err == nil {
failedFoodList, err = handleRetailBatchResult(result)
}
globals.SugarLogger.Debugf("--------result err:= %v", err)
globals.SugarLogger.Debugf("--------result result:= %v", utils.Format4Output(result, false))
return failedFoodList, err
}