- jdapi.ImgType const
This commit is contained in:
@@ -89,6 +89,11 @@ const (
|
|||||||
SaleAttrValueIDBase = 10
|
SaleAttrValueIDBase = 10
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
ImgTypeMain = 1 // 商品图片
|
||||||
|
ImgTypeDetail = 2 // 详情图片
|
||||||
|
)
|
||||||
|
|
||||||
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