This commit is contained in:
邹宗楠
2024-01-25 10:24:56 +08:00
parent 32debec0f8
commit d967e67601
4 changed files with 69 additions and 30 deletions

View File

@@ -168,6 +168,9 @@ type IPurchasePlatformStoreSkuHandler interface {
UpdateStoreSkusSpecTag(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, storeSkuList []*StoreSkuInfo) (err error)
// GetSkuCategoryIdByName 获取各个平台推荐分类
GetSkuCategoryIdByName(vendorOrgCode, skuName string) (vendorCategoryId string, err error)
// GetVendorAllSkuList 同平台商品复制(饿了么复制饿了么,美团复制美团),获取商品
}
type ISingleStoreStoreSkuHandler interface {