|
|
@ -185,6 +185,7 @@ type SkuInfo struct {
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Reason string `json:"reason"`
|
|
|
|
Specifications []SkuSpecification `json:"specification"`
|
|
|
|
Specifications []SkuSpecification `json:"specification"`
|
|
|
|
PlatformStatus uint `json:"platformStatus"`
|
|
|
|
PlatformStatus uint `json:"platformStatus"`
|
|
|
|
|
|
|
|
SourceStatus uint `json:"sourceStatus"`
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
AdjustType uint `json:"adjustType"`
|
|
|
|
AdjustType uint `json:"adjustType"`
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
|
|
|
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
|
|
|