From 4ea94fb24f4541d6b868b95d0c6e0396cfdbd3bd Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 7 Dec 2022 16:29:33 +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 --- supplier/afs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/afs.go b/supplier/afs.go index 3a4d5f4..3d16e25 100644 --- a/supplier/afs.go +++ b/supplier/afs.go @@ -36,6 +36,7 @@ type AfsItem struct { Quantity uint `json:"quantity"` Status uint `json:"status"` Result string `json:"result"` + OrderFee decimal.Decimal `json:"orderFee"` CreatedAt int64 `json:"createdAt"` UpdatedAt int64 `json:"updatedAt"` ReturnAddress []ReturnAddressItem `json:"returnAddress"`