- MaxStoreSkuBatchSize

This commit is contained in:
gazebo
2018-10-13 20:26:20 +08:00
parent 9f2f5a7dd3
commit 1e4574f2df

View File

@@ -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"`