From c394edd0b3c3fda6741d09c494cda96606d27501 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 06 七月 2023 14:34:46 +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 bbbfe5c..167da69 100644 --- a/router/index.go +++ b/router/index.go @@ -31,6 +31,7 @@ SalesLeadsRouter SalesSourcesRouter FollowRecordRouter + SaleChanceRouter } func InitRouter() *gin.Engine { @@ -79,6 +80,7 @@ routerGroup.InitSalesLeadsRouter(PrivateGroup) // 娉ㄥ唽salesLeads璺敱 routerGroup.InitSalesSourcesRouter(PrivateGroup) // 娉ㄥ唽salesSources璺敱 routerGroup.InitFollowRecordRouter(PrivateGroup) // 娉ㄥ唽followRecord璺敱 + routerGroup.InitSaleChanceRouter(PrivateGroup) // 娉ㄥ唽saleChance璺敱 } return Router } -- Gitblit v1.8.0