From 1c0a45f5c735eb6a48679df7a4626b0747a6cff0 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 21 Oct 2022 09:58:05 +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 --- customer/sku/sale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/sale.go b/customer/sku/sale.go index 61b16a8..b26f887 100644 --- a/customer/sku/sale.go +++ b/customer/sku/sale.go @@ -15,7 +15,7 @@ type SaleHandleItem struct { } // Add @Title 添加 -func (s *sale) Add(ctx context.Context, skuIds []uint) (reply []SaleSkuItem, err error) { +func (s *sale) Add(ctx context.Context, skuIds []uint) (reply []SaleHandleItem, err error) { xClient, err := client.GetClient(s) if err != nil { return nil, err