银豹创建商品api补全

This commit is contained in:
苏尹岚
2020-03-23 16:56:16 +08:00
parent c0e580ccd3
commit 8b8a18d4b3

View File

@@ -211,3 +211,7 @@ func (p *PurchaseHandler) DeleteStoreCategory(ctx *jxcontext.Context, storeID in
func (p *PurchaseHandler) IsErrSkuExist(err error) (isExist bool) {
return yinbaoapi.IsErrSkuExist(err)
}
func (p *PurchaseHandler) GetStoreSkusBatchSize(funcID int) (batchSize int) {
return 1
}