@ -55,7 +55,7 @@ func (b *brand) All2(ctx context.Context, name string) (result []BrandItem, err
if err != nil {
return
}
err = xClient.Call(ctx, "All2", 0, &result)
err = xClient.Call(ctx, "All2", name, &result)