From 4cdcde203e580f6cc4458357008886b10aa25404 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 26 Dec 2022 13:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wholesale/channel/order.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wholesale/channel/order.go b/wholesale/channel/order.go index 3d6a46b..242a246 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -155,9 +155,10 @@ type OrderItem struct { } type OrderPackage struct { - LogisticsName string `json:"logisticsName"` - LogisticsCode string `json:"logisticsCode"` - WaybillCode string `json:"waybillCode"` + LogisticsName string `json:"logisticsName"` + LogisticsCode string `json:"logisticsCode"` + LogisticsPhone string `json:"logisticsPhone"` + WaybillCode string `json:"waybillCode"` } type OrderSku struct {