From 883827475c3d7c49e48180966c69a08f59a3b949 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 18 Sep 2022 11:53:46 +0800 Subject: [PATCH] - --- customer/sku/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/sku/type.go b/customer/sku/type.go index 09835cd..9ad61ed 100644 --- a/customer/sku/type.go +++ b/customer/sku/type.go @@ -40,7 +40,7 @@ func (s *skuType) Del(ctx context.Context, id uint) error { return err } reply := 0 - return xClient.Call(ctx, "Add", id, &reply) + return xClient.Call(ctx, "Del", id, &reply) } type TypeItem struct {