|
|
@@ -5,9 +5,9 @@ type PicturesData struct { |
|
|
|
LittlePicture string `json:"little_picture"` |
|
|
|
} |
|
|
|
type SkusData struct { |
|
|
|
EffectivePrice int `json:"effective_price"` |
|
|
|
SkuId int64 `json:"sku_id"` |
|
|
|
StockNum int `json:"stock_num"` |
|
|
|
EffectivePrice interface{} `json:"effective_price"` |
|
|
|
SkuId interface{} `json:"sku_id"` |
|
|
|
StockNum interface{} `json:"stock_num"` |
|
|
|
} |
|
|
|
type SpecsData struct { |
|
|
|
Name string `json:"name"` |
|
|
|