diff --git a/supply/channel/order.go b/supply/channel/order.go index 0e52ae0..d72aba6 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -153,6 +153,7 @@ type ReplyOrderSplit struct { OrderFee decimal.Decimal `json:"orderFee"` Skus []OrderSplitSkuItem `json:"skus"` SubOrders []*OrderSubSplit `json:"subOrders"` + Type uint `json:"type"` } type OrderSubSplit struct { OrderSn string `json:"orderSn"`