From 8e7df7f8d9adbb90675de6b682a9b69f1dc929b6 Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 25 Jul 2024 09:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd/sku.go b/jd/sku.go index a7fc9d2..5ef45ee 100644 --- a/jd/sku.go +++ b/jd/sku.go @@ -256,7 +256,7 @@ type PriceItem struct { } // Prices @TITLE 批量更新价格 -func (s *sku) Prices(ctx context.Context, prices PriceItem) error { +func (s *sku) Prices(ctx context.Context, prices []PriceItem) error { reply := 0 xClient, err := client.GetClient(s) if err != nil {