- 三个平台的SkuName长度限制常量规范化

This commit is contained in:
gazebo
2019-06-19 14:17:33 +08:00
parent 3a3734a788
commit 6930818468
4 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ const (
UPCTypePrivate = 0
)
const (
MaxLeftNum = 99999
MaxLeftNum = 99999
MaxSkuNameByteCount = 100 // skuname的最大字节数注意不是字符数超长饿百会报错{"data":"","errno":20200,"error":"invalid param:[name]...
)
type CategoryInfo struct {