From ed181e47d169d914777a5ed0dbb7e008e516f109 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 6 Dec 2022 13:25:14 +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 | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/supply/afterService.go b/supply/afterService.go index ad66beb..fd07646 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -77,17 +77,18 @@ type ReplyAfsLists struct { } type AfsItem struct { - Id uint `json:"id"` - AfsSn string `json:"afsSn"` - OrderSubSn string `json:"orderSubSn"` - SourceId uint `json:"sourceId"` - SkuName string `json:"skuName"` - Quantity uint `json:"quantity"` - Status uint `json:"status"` - Result string `json:"result"` - Price decimal.Decimal `json:"price"` - CreatedAt int64 `json:"createdAt"` - UpdatedAt int64 `json:"updatedAt"` + Id uint `json:"id"` + AfsSn string `json:"afsSn"` + OrderSubSn string `json:"orderSubSn"` + SourceId uint `json:"sourceId"` + SourceSkuId string `json:"sourceSkuId"` + SkuName string `json:"skuName"` + Quantity uint `json:"quantity"` + Status uint `json:"status"` + Result string `json:"result"` + Price decimal.Decimal `json:"price"` + CreatedAt int64 `json:"createdAt"` + UpdatedAt int64 `json:"updatedAt"` } // Lists @Title 售后列表