From c4cc5a54d61b05d98d28b21710b3c1531bc05302 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 10:52:44 +0800
Subject: [PATCH] add

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

diff --git a/router/index.go b/router/index.go
index 21f46de..8a603b8 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,7 @@
 )
 
 type Group struct {
+	IsVisitRouter
 	SolveRateRouter
 	TimelyRateRouter
 	BaseRouter
@@ -133,6 +134,7 @@
 		routerGroup.InitSatisfactionRouter(PrivateGroup)         // 娉ㄥ唽satisfaction璺敱
 		routerGroup.InitTimelyRateRouter(PrivateGroup)
 		routerGroup.InitSolveRateRouter(PrivateGroup)
+		routerGroup.InitIsVisitRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0