1
This commit is contained in:
@@ -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)
|
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,
|
KeyAppPoiCode: appPoiCode,
|
||||||
"spu_data": spuData,
|
"spu_data": spuData,
|
||||||
}, resultKeyMsg, trackInfo)
|
}, resultKeyMsg, trackInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user