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