From 435884afbbb89168bfba5c34eee9054fafef38e2 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 23 Feb 2023 09:37:54 +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 --- supply/skuTag.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supply/skuTag.go b/supply/skuTag.go index 30cf199..215bdc8 100644 --- a/supply/skuTag.go +++ b/supply/skuTag.go @@ -23,13 +23,13 @@ func (s *skuTag) Adds(ctx context.Context, args ArgsSkuTagAdds) error { return xClient.Call(ctx, "Adds", args, &reply) } -type ArgsSkuTagDel struct { +type ArgsSkuTagDels struct { SkuIds []uint // skuIds - TagId []uint // tagId + TagId uint // tagId } // Dels @Title 删除商品 -func (s *skuTag) Dels(ctx context.Context, args ArgsSkuTagDel) error { +func (s *skuTag) Dels(ctx context.Context, args ArgsSkuTagDels) error { reply := 0 xClient, err := client.GetClient(s) if err != nil {