This commit is contained in:
苏尹岚
2020-12-29 09:17:25 +08:00
parent 2a972fbf85
commit b5b059e30d
6 changed files with 9 additions and 9 deletions

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 {