fix: 添加sku返回的重量

master v1.0.11
大虾 3 years ago
parent be3f8d39b0
commit c756ba4ede

@ -80,6 +80,7 @@ type Base struct {
Length float64 `json:"length"`
Width float64 `json:"Width"`
Height float64 `json:"Height"`
Weight float64 `json:"weight"`
PackageType string `json:"packageType"`
Model string `json:"model"`
Color string `json:"color"`

Loading…
Cancel
Save