diff --git a/supply/brand.go b/supply/brand.go index e804eec..436e0eb 100644 --- a/supply/brand.go +++ b/supply/brand.go @@ -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) return }