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