From 05e2ab8bb846f44672dec84e0af7eb64627c0664 Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 29 Aug 2024 11:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp/sale/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp/sale/product.go b/erp/sale/product.go index f7bce43..087076b 100644 --- a/erp/sale/product.go +++ b/erp/sale/product.go @@ -180,7 +180,7 @@ type ReplyProductInfo struct { UpdatedAt *time.Time `json:"updatedAt"` Packages []ProductPackageInfo `json:"packages"` Customs ProductCustomsInfo `json:"customs"` - Quote ProductQuoteInfo `json:"quotes"` + Quote ProductQuoteInfo `json:"quote"` Children []ReplyProductInfo `json:"children"` }