ebaiapi.MaxLeftNum = 99999
jdapi.MaxStockQty = 100000000
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
|||||||
UPCTypePrivate = 0
|
UPCTypePrivate = 0
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
MaxLeftNum = 9999
|
MaxLeftNum = 99999
|
||||||
)
|
)
|
||||||
|
|
||||||
type CategoryInfo struct {
|
type CategoryInfo struct {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
MaxStoreSkuBatchSize = 50
|
MaxStoreSkuBatchSize = 50
|
||||||
|
MaxStockQty = 100000000
|
||||||
)
|
)
|
||||||
|
|
||||||
type SkuPriceInfo struct {
|
type SkuPriceInfo struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user