From 356f622cd07a5963945a6e196898d6bebe0cf1f2 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 27 Oct 2018 16:22:35 +0800 Subject: [PATCH] ebaiapi.MaxLeftNum = 99999 jdapi.MaxStockQty = 100000000 --- platformapi/ebaiapi/shop_sku.go | 2 +- platformapi/jdapi/store_sku.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/shop_sku.go b/platformapi/ebaiapi/shop_sku.go index 04b042da..aa4ce20d 100644 --- a/platformapi/ebaiapi/shop_sku.go +++ b/platformapi/ebaiapi/shop_sku.go @@ -14,7 +14,7 @@ const ( UPCTypePrivate = 0 ) const ( - MaxLeftNum = 9999 + MaxLeftNum = 99999 ) type CategoryInfo struct { diff --git a/platformapi/jdapi/store_sku.go b/platformapi/jdapi/store_sku.go index 04b8122a..af6342ea 100644 --- a/platformapi/jdapi/store_sku.go +++ b/platformapi/jdapi/store_sku.go @@ -8,6 +8,7 @@ import ( const ( MaxStoreSkuBatchSize = 50 + MaxStockQty = 100000000 ) type SkuPriceInfo struct {