From 65be71bb0dae491a406838299ae85b9b2085a4ff Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 30 Nov 2022 09:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/order.go | 1 + 1 file changed, 1 insertion(+) 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"`