From fbcac03aee421a47562bea4936f4fcd876bea4c7 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 11 Aug 2022 11:16:27 +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 --- customer/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/service/service.go b/customer/service/service.go index 18b569d..e771599 100644 --- a/customer/service/service.go +++ b/customer/service/service.go @@ -24,7 +24,7 @@ type ReplyServiceLists struct { } // Lists @Title 全部服务 -func (s *Service) Lists(ctx context.Context, args ArgsAuditLists) (reply []ReplyServiceLists, err error) { +func (s *Service) Lists(ctx context.Context, args ArgsServiceLists) (reply []ReplyServiceLists, err error) { xClient, err := client.GetClient(s) if err != nil { return