This commit is contained in:
suyl
2021-09-17 09:56:35 +08:00
parent 068c8802ca
commit 0f1853bbda
3 changed files with 9 additions and 9 deletions

View File

@@ -786,7 +786,7 @@ func updateOrCreateCategories(storeCat *dao.SkuStoreCatInfo, isCreate bool) (sta
}
}
}
status, err = getAPI2(storeCat.VendorOrgCode).CreateShopCategory(createShopCategoryParams)
status, err = getAPI(storeCat.VendorOrgCode).CreateShopCategory(createShopCategoryParams)
return status, err
}