From 99a60f89e7547db89dc933ad7c2e9e5aa302f431 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 18 Sep 2022 11:01:41 +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/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/item.go b/customer/sku/item.go index 4f20a39..8171e24 100644 --- a/customer/sku/item.go +++ b/customer/sku/item.go @@ -20,7 +20,7 @@ type ArgsSkuItemAdd struct { } // Add @Title 添加商品 -func (i *item) Add(ctx context.Context, args []ArgsSkuItemAdd) (reply []ReplySkuItemHandle, err error) { +func (i *item) Add(ctx context.Context, args ArgsSkuItemAdd) (reply []ReplySkuItemHandle, err error) { xClient, err := client.GetClient(i) if err != nil { return nil, err