From 16fce209b10d4caa7efd655a601ebd8e1ae3932c Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 13 Oct 2022 15:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/order.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 {