From a53591167bf111ffc0eb2cb129aa7ff8b4cb470d Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 15 八月 2023 19:34:22 +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 8f21017..a85ca58 100644
--- a/router/index.go
+++ b/router/index.go
@@ -71,6 +71,7 @@
 	SatisfactionRouter
 	AssignRouter
 	CollectionProjectionRouter
+	ContactInformationRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -178,6 +179,7 @@
 		InitCourierCompanyRouter(PrivateGroup)
 		InitProductRouter(PrivateGroup)
 		routerGroup.InitCollectionProjectionRouter(PrivateGroup)
+		routerGroup.InitContactInformationRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0