From bf9d36e5474301bcfe571606d9caaa7ceefa8192 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:41:26 +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 dbe8532..fff931f 100644 --- a/router/index.go +++ b/router/index.go @@ -11,6 +11,7 @@ ) type Group struct { + RefundMethodRouter ServiceContractTypeRouter ServiceContractStatusRouter OrderTypeRouter @@ -143,6 +144,7 @@ routerGroup.InitOrderTypeRouter(PrivateGroup) routerGroup.InitServiceContractStatusRouter(PrivateGroup) routerGroup.InitServiceContractTypeRouter(PrivateGroup) + routerGroup.InitRefundMethodRouter(PrivateGroup) } return Router } \ No newline at end of file -- Gitblit v1.8.0