- jdapi.ImgType const

This commit is contained in:
gazebo
2019-08-02 11:00:29 +08:00
parent fbe921605b
commit e2185bf02e

View File

@@ -89,6 +89,11 @@ const (
SaleAttrValueIDBase = 10
)
const (
ImgTypeMain = 1 // 商品图片
ImgTypeDetail = 2 // 详情图片
)
type SkuIDPair struct {
SkuId int64 `json:"skuId"`
OutSkuId string `json:"outSkuId"`