- revert jd promotion batch size to 200

This commit is contained in:
gazebo
2018-10-29 19:27:15 +08:00
parent 63b745460f
commit c5831f2bde

View File

@@ -50,7 +50,7 @@ const (
const (
DefaultLimitSkuCount = 100
MaxPromotionSkuCount = jdapi.MaxPromotionSkuCount / 4
MaxPromotionSkuCount = jdapi.MaxPromotionSkuCount
)
type SkuPrice struct {