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 {