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 }