From 54f4078e9462871995cf4b241df217b18cdd6e08 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:01:34 +0800 Subject: [PATCH] add --- api/v1/index.go | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/api/v1/index.go b/api/v1/index.go index 0378ded..885e94f 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -5,6 +5,7 @@ ) type Group struct { + ReportSourceApi IsVisitApi SolveRateApi TimelyRateApi @@ -106,4 +107,5 @@ timelyRateService = service.ServiceGroup.TimelyRateService solveRateService = service.ServiceGroup.SolveRateService isVisitService = service.ServiceGroup.IsVisitService -) + reportSourceService = service.ServiceGroup.ReportSourceService +) \ No newline at end of file -- Gitblit v1.8.0