This commit is contained in:
邹宗楠
2023-10-18 15:23:46 +08:00
parent 0152cfb581
commit 54d0c5381a
8 changed files with 5 additions and 22 deletions

View File

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