From 6a8a20e02f0530284296d3373d44aa218fc85210 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 10:33:32 +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 c23206c..21f46de 100644
--- a/router/index.go
+++ b/router/index.go
@@ -11,6 +11,7 @@
 )
 
 type Group struct {
+	SolveRateRouter
 	TimelyRateRouter
 	BaseRouter
 	UserRouter
@@ -131,6 +132,7 @@
 		routerGroup.InitDepartmentRouter(PrivateGroup)           // 娉ㄥ唽department璺敱
 		routerGroup.InitSatisfactionRouter(PrivateGroup)         // 娉ㄥ唽satisfaction璺敱
 		routerGroup.InitTimelyRateRouter(PrivateGroup)
+		routerGroup.InitSolveRateRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0