ebaiapi.MaxLeftNum = 99999

jdapi.MaxStockQty = 100000000
This commit is contained in:
gazebo
2018-10-27 16:22:35 +08:00
parent 02b9d6e380
commit 356f622cd0
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const (
UPCTypePrivate = 0 UPCTypePrivate = 0
) )
const ( const (
MaxLeftNum = 9999 MaxLeftNum = 99999
) )
type CategoryInfo struct { type CategoryInfo struct {

View File

@@ -8,6 +8,7 @@ import (
const ( const (
MaxStoreSkuBatchSize = 50 MaxStoreSkuBatchSize = 50
MaxStockQty = 100000000
) )
type SkuPriceInfo struct { type SkuPriceInfo struct {