From 4b7686fd63474c67948c407e31422cf2af1ad37d Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 11 Aug 2022 14:25:01 +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/brand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/brand.go b/supply/brand.go index 150824c..f9a54ca 100644 --- a/supply/brand.go +++ b/supply/brand.go @@ -98,6 +98,6 @@ func (b *brand) Export(ctx context.Context, name string) (result []BrandItem, er if err != nil { return } - err = xClient.Call(ctx, "FindByIds", name, &result) + err = xClient.Call(ctx, "Export", name, &result) return }