银豹创建商品api补全
This commit is contained in:
@@ -211,3 +211,7 @@ func (p *PurchaseHandler) DeleteStoreCategory(ctx *jxcontext.Context, storeID in
|
|||||||
func (p *PurchaseHandler) IsErrSkuExist(err error) (isExist bool) {
|
func (p *PurchaseHandler) IsErrSkuExist(err error) (isExist bool) {
|
||||||
return yinbaoapi.IsErrSkuExist(err)
|
return yinbaoapi.IsErrSkuExist(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseHandler) GetStoreSkusBatchSize(funcID int) (batchSize int) {
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user