From 9d5dcb5c921da753d45d93309ffb4ae04eb41af1 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 4 Apr 2023 13:32:20 +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/category.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/category.go b/supply/category.go index f275855..c8b9bf8 100644 --- a/supply/category.go +++ b/supply/category.go @@ -17,7 +17,7 @@ type CategoryItem struct { } // All @Title 获取分类 -func (c *category) All(ctx context.Context, args int) (result []CategoryItem, err error) { +func (c *category) All(ctx context.Context) (result []CategoryItem, err error) { xClient, err := client.GetClient(c) if err != nil { return