diff --git a/platformapi/ebaiapi/shop_sku.go b/platformapi/ebaiapi/shop_sku.go index 27644130..386ceb9c 100644 --- a/platformapi/ebaiapi/shop_sku.go +++ b/platformapi/ebaiapi/shop_sku.go @@ -518,7 +518,7 @@ func IsErrCategoryNotExist(err error) (isNotExist bool) { } func IsErrSkuExist(err error) (isExist bool) { - return utils.IsErrMatch(err, "1", []string{"商品已存在", "shop sku exist"}) + return utils.IsErrMatch(err, "1", []string{"商品已存在", "shop sku exist", "已被使用,请更换"}) } func IsErrSkuNotExist(err error) (isExist bool) {