add
wangpengfei
2023-07-20 aab89dff18f597d4cdd10c73b9ad8c3c14d82d28
api/v1/index.go
@@ -49,6 +49,8 @@
   GetAllDataApi
   DepartmentApi
   VettingApi
   SatisfactionApi
   TimelyRateApi
}
var ApiGroup = new(Group)
@@ -98,4 +100,6 @@
   allDataServer               = service.ServiceGroup.DataServer
   departmentService           = service.ServiceGroup.DepartmentService
   vettingService              = service.ServiceGroup.VettingService
   satisfactionService         = service.ServiceGroup.SatisfactionService
   timelyRateService           = service.ServiceGroup.TimelyRateService
)