@ -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)