From dc1f2d4231e4610721dca218dd534cfd920ff9ca Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 22 Jul 2022 15:01:17 +0800 Subject: [PATCH] bug --- supply/skuAudit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/skuAudit.go b/supply/skuAudit.go index ff7cacd..78f7c63 100644 --- a/supply/skuAudit.go +++ b/supply/skuAudit.go @@ -28,7 +28,7 @@ type ReplySkuAuditLists struct { } // Lists @Title 审核列表 -func (s *skuAudit) Lists(ctx context.Context, args ArgsBrandList) (result ReplySkuAuditLists, err error) { +func (s *skuAudit) Lists(ctx context.Context, args ArgsSkuAuditLists) (result ReplySkuAuditLists, err error) { err = client.GetClient(s).Call(ctx, "Lists", args, &result) return }