银豹创建商品测试

This commit is contained in:
苏尹岚
2020-03-20 18:17:12 +08:00
parent da84d8f2b3
commit 103aac505b

View File

@@ -46,3 +46,15 @@ func buildProductInfoParam(storeSku *dao.StoreSkuSyncInfo) (productInfoParam *yi
productInfoParam.ProductInfo = productInfo productInfoParam.ProductInfo = productInfo
return productInfoParam return productInfoParam
} }
func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeCat *dao.SkuStoreCatInfo) (err error) {
return err
}
func (p *PurchaseHandler) UpdateStoreCategory(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeCat *dao.SkuStoreCatInfo) (err error) {
return err
}
func (p *PurchaseHandler) DeleteStoreCategory(ctx *jxcontext.Context, storeID int, vendorStoreID, vendorCatID string, level int) (err error) {
return err
}