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"`