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 }