From 9868621d7e5083217074c8158b182c3b9e38f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sat, 25 Feb 2023 14:26:57 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/retail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index 4cf2d788..f0f5ba69 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -518,7 +518,7 @@ func (a *API) BatchSetRestockingPrice(trackInfo, appPoiCode string, spuData []*S globals.SugarLogger.Debugf("BatchSetRestockingPrice params======%s %s %s", v.PurchasePrice, v.AppSpuCode, v.SkuID) } } - retVal, err := a.AccessAPI2("/retail/purchase/price/update", false, map[string]interface{}{ + _, err := a.AccessAPI2("/retail/purchase/price/update", false, map[string]interface{}{ KeyAppPoiCode: appPoiCode, "spu_data": spuData, }, resultKeyMsg, trackInfo)