diff --git a/supply/channel/order.go b/supply/channel/order.go index e5de402..60f1c80 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -170,14 +170,14 @@ type OrderItem struct { } type OrderSku struct { - Id uint `json:"id"` - SkuId uint `json:"skuId"` - Name string `json:"name"` - GuidePrice decimal.Decimal `json:"guidePrice"` - ImgUrl string `json:"imgUrl"` - Size string `json:"size"` - Color string `json:"color"` - Quantity uint `json:"quantity"` + Id uint `json:"id"` + SkuId uint `json:"skuId"` + Name string `json:"name"` + Price decimal.Decimal `json:"price"` + ImgUrl string `json:"imgUrl"` + Size string `json:"size"` + Color string `json:"color"` + Quantity uint `json:"quantity"` } type OrderPackage struct {