- add jdapi.MaxSkuNameLen
This commit is contained in:
@@ -77,6 +77,10 @@ const (
|
|||||||
CreateSpuResultFailed = 3
|
CreateSpuResultFailed = 3
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
MaxSkuNameLen = 45 // skuname最长字符数
|
||||||
|
)
|
||||||
|
|
||||||
type SkuIDPair struct {
|
type SkuIDPair struct {
|
||||||
SkuId int64 `json:"skuId"`
|
SkuId int64 `json:"skuId"`
|
||||||
OutSkuId string `json:"outSkuId"`
|
OutSkuId string `json:"outSkuId"`
|
||||||
|
|||||||
Reference in New Issue
Block a user