This commit is contained in:
苏尹岚
2020-12-29 09:22:31 +08:00
parent b5b059e30d
commit 0abc86fcb4

View File

@@ -320,8 +320,8 @@ func (a *API) SkuCreate(trackInfo, shopID string, customSkuID int64, params map[
func (a *API) SkuUpdate(trackInfo, shopID string, ebaiSkuID int64, params map[string]interface{}) (skuID int64, err error) {
defParams := map[string]interface{}{
// KeyShopID: shopID,
KeySkuID: ebaiSkuID,
KeyShopID: shopID,
KeySkuID: ebaiSkuID,
}
result, err := a.AccessAPI2("sku.update", utils.MergeMaps(params, defParams), trackInfo)
if err == nil {