From 8a5ef089d1474e0864cd5e424f10d97f9016e5dc Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 24 May 2019 10:07:02 +0800 Subject: [PATCH] =?UTF-8?q?-=20AfsServiceDetail=E6=B7=BB=E5=8A=A0SkuCount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/order.go | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/platformapi/jdapi/order.go b/platformapi/jdapi/order.go index 38fc6def..a117f13a 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -86,10 +86,13 @@ type AfsSkuDiscount struct { } type AfsServiceDetail struct { - SkuIDIsv string `json:"skuIdIsv"` - WareID int64 `json:"wareId"` - WareName string `json:"wareName"` - WareNum int `json:"wareNum"` + SkuIDIsv string `json:"skuIdIsv"` + WareID int64 `json:"wareId"` + WareName string `json:"wareName"` + WareNum int `json:"wareNum"` + SkuCount int `json:"skuCount"` + PromotionType int `json:"promotionType"` + Weight float64 `json:"weight"` AfsMoney int64 `json:"afsMoney"` PlatPayMoney int64 `json:"platPayMoney"`