diff --git a/customer/service/service.go b/customer/service/service.go index b72a1ab..3eaf512 100644 --- a/customer/service/service.go +++ b/customer/service/service.go @@ -6,7 +6,8 @@ import ( ) type Service struct { - Audit audit + Audit audit + Service service } type ArgsServiceLists struct { @@ -21,8 +22,11 @@ type ReplyServiceLists struct { AuditStatus uint `json:"auditStatus"` } +type service struct { +} + // All @Title 全部服务 -func (s *Service) All(ctx context.Context, customerId uint) (reply []ReplyServiceLists, err error) { +func (s *service) All(ctx context.Context, customerId uint) (reply []ReplyServiceLists, err error) { xClient, err := client.GetClient(s) if err != nil { return