getstoresskus增加银豹相关

This commit is contained in:
苏尹岚
2020-03-25 14:39:48 +08:00
parent dadeb3b996
commit d4604a6392
2 changed files with 7 additions and 3 deletions

View File

@@ -211,6 +211,10 @@ func (p *PurchaseHandler) IsErrCategoryExist(err error) (isExist bool) {
return yinbaoapi.IsErrCategoryExist(err)
}
func (p *PurchaseHandler) IsErrCategoryNotExist(err error) (isNotExist bool) {
return ebaiapi.IsErrCategoryNotExist(err)
}
func (p *PurchaseHandler) GetStoreSkusBatchSize(funcID int) (batchSize int) {
return 1
}