From 1e4574f2df647056f02349bc26e378c7b3c4d117 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 13 Oct 2018 20:26:20 +0800 Subject: [PATCH] - MaxStoreSkuBatchSize --- platformapi/jdapi/store_sku.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platformapi/jdapi/store_sku.go b/platformapi/jdapi/store_sku.go index e33ad113..a38b2521 100644 --- a/platformapi/jdapi/store_sku.go +++ b/platformapi/jdapi/store_sku.go @@ -6,6 +6,10 @@ import ( "git.rosy.net.cn/baseapi/utils" ) +const ( + MaxStoreSkuBatchSize = 50 +) + type SkuPriceInfo struct { OutSkuId string `json:"outSkuId"` Price int `json:"price"`