router/serviceFollowup.go
@@ -14,6 +14,6 @@ serviceFollowupRouter.POST("add", serviceFollowupApi.Add) // 添加服务跟进 serviceFollowupRouter.DELETE("delete/:id", serviceFollowupApi.Delete) // 删除服务跟进 serviceFollowupRouter.PUT("update", serviceFollowupApi.Update) // 更新服务跟进 serviceFollowupRouter.GET("list", serviceFollowupApi.List) // 获取服务跟进列表 serviceFollowupRouter.POST("list", serviceFollowupApi.List) // 获取回访单管理列表 } } }