From 54f4078e9462871995cf4b241df217b18cdd6e08 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 11:01:34 +0800
Subject: [PATCH] add

---
 router/index.go |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/router/index.go b/router/index.go
index 8a603b8..34d7365 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,7 @@
 )
 
 type Group struct {
+    ReportSourceRouter
 	IsVisitRouter
 	SolveRateRouter
 	TimelyRateRouter
@@ -135,6 +136,7 @@
 		routerGroup.InitTimelyRateRouter(PrivateGroup)
 		routerGroup.InitSolveRateRouter(PrivateGroup)
 		routerGroup.InitIsVisitRouter(PrivateGroup)
+        routerGroup.InitReportSourceRouter(PrivateGroup)
 	}
 	return Router
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0