From 6c209fa4a5756b8a295a1ad9987ad8adf74d2a2c Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 6 Dec 2022 11:30:47 +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 --- supply/afterService.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply/afterService.go b/supply/afterService.go index ff37887..b5f90b1 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -271,8 +271,8 @@ type ReplyAfsInfoById struct { SkuId uint `json:"skuId"` SourceSkuId string `json:"sourceSkuId"` SourceId uint `json:"sourceId"` - OrderSn string `json:"orderSn"` - ChannelOrderSn string `json:"ChannelOrderSn"` + OrderSubSn string `json:"orderSn"` + SourceOrderSn string `json:"SourceOrderSn"` OrderFee decimal.Decimal `json:"orderFee"` SourceOrderFee decimal.Decimal `json:"sourceOrderFee"` FreightFee decimal.Decimal `json:"freightFee"`