From f68613e0668d7b9cd7260bcb8d9e83d0f0c6237b Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 12 Aug 2022 15:26:36 +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 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 }