From 8ab396a400874df9be567236b589183fa7d2c789 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 16 Sep 2022 16:09:44 +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/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/banner.go b/customer/sku/banner.go index 9703580..4dfa398 100644 --- a/customer/sku/banner.go +++ b/customer/sku/banner.go @@ -57,7 +57,7 @@ type ArgsSkuBannerAdd struct { } // Add @Title 添加轮播图 -func (b *banner) Add(ctx context.Context, args ArgsSkuBannerEdit) error { +func (b *banner) Add(ctx context.Context, args ArgsSkuBannerAdd) error { xClient, err := client.GetClient(b) if err != nil { return err