From 8f382e4dec6de6bbddbccb9826a297352a4fbc46 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 19 Jun 2019 18:07:06 +0800 Subject: [PATCH] =?UTF-8?q?-=20GoodsOrder.TotalShopMoney=E7=9A=84json?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=BAtotalShopMoney?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/order.go b/business/model/order.go index bbde7a557..58b85dde2 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -20,7 +20,7 @@ type GoodsOrder struct { VendorPrice int64 `json:"vendorPrice"` // 平台价 SalePrice int64 `json:"salePrice"` // 售卖价 ActualPayPrice int64 `json:"actualPayPrice"` // 单位为分 顾客实际支付 - TotalShopMoney int64 `json:"shopMoney"` // 应结金额-第三方平台结算给京西的金额(包括了所有的补贴,扣除) + TotalShopMoney int64 `json:"totalShopMoney"` // 应结金额-第三方平台结算给京西的金额(包括了所有的补贴,扣除) PmSubsidyMoney int64 `json:"pmSubsidyMoney"` // 平台活动补贴(订单主体活动补贴+订单单条sku补贴)1+ Weight int `json:"weight"` // 单位为克 ConsigneeName string `orm:"size(32)" json:"consigneeName"`