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

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