From b90ad3946fdf84ccf9ad4d5d2e493e0e6c00b96a Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 03 八月 2023 11:47:16 +0800
Subject: [PATCH] fix

---
 router/serviceFollowup.go |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/router/serviceFollowup.go b/router/serviceFollowup.go
index 0e018ca..1c1b5f5 100644
--- a/router/serviceFollowup.go
+++ b/router/serviceFollowup.go
@@ -11,9 +11,9 @@
 	serviceFollowupRouter := router.Group("serviceFollowup")
 	serviceFollowupApi := v1.ApiGroup.ServiceFollowupApi
 	{
-		serviceFollowupRouter.POST("add", serviceFollowupApi.Add)             // 娣诲姞鏈嶅姟璺熻繘
-		serviceFollowupRouter.DELETE("delete/:id", serviceFollowupApi.Delete) // 鍒犻櫎鏈嶅姟璺熻繘
-		serviceFollowupRouter.PUT("update", serviceFollowupApi.Update)        // 鏇存柊鏈嶅姟璺熻繘
-		serviceFollowupRouter.POST("list", serviceFollowupApi.List)            // 鑾峰彇鍥炶鍗曠鐞嗗垪琛�
+		serviceFollowupRouter.POST("add", serviceFollowupApi.Add)         // 娣诲姞鏈嶅姟璺熻繘
+		serviceFollowupRouter.DELETE("delete", serviceFollowupApi.Delete) // 鍒犻櫎鏈嶅姟璺熻繘
+		serviceFollowupRouter.PUT("update", serviceFollowupApi.Update)    // 鏇存柊鏈嶅姟璺熻繘
+		serviceFollowupRouter.POST("list", serviceFollowupApi.List)       // 鑾峰彇鍥炶鍗曠鐞嗗垪琛�
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0