From 0354b44ea0548b573997557cec536555b0b69520 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 11:37:04 +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 d1e3491..ce4efd2 100644 --- a/router/index.go +++ b/router/index.go @@ -46,6 +46,7 @@ ContractRouter PlanRouter ServiceContractRouter + OrderManageRouter } func InitRouter() *gin.Engine { @@ -109,6 +110,7 @@ routerGroup.InitContractRouter(PrivateGroup) // 娉ㄥ唽contract璺敱 routerGroup.InitPlanRouter(PrivateGroup) // 娉ㄥ唽plan璺敱 routerGroup.InitServiceContractRouter(PrivateGroup) // 娉ㄥ唽serviceContract璺敱 + routerGroup.InitOrderManageRouter(PrivateGroup) // 娉ㄥ唽orderManage璺敱 } return Router } -- Gitblit v1.8.0