From 34c99ef40f26f8812610e7ca14c56825f9bf2c3c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:46:56 +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 8adce2d..b03939e 100644 --- a/router/index.go +++ b/router/index.go @@ -11,6 +11,7 @@ ) type Group struct { + AccountIdRouter IsInvoiceRouter RefundMethodRouter ServiceContractTypeRouter @@ -147,6 +148,7 @@ routerGroup.InitServiceContractTypeRouter(PrivateGroup) routerGroup.InitRefundMethodRouter(PrivateGroup) routerGroup.InitIsInvoiceRouter(PrivateGroup) + routerGroup.InitAccountIdRouter(PrivateGroup) } return Router } \ No newline at end of file -- Gitblit v1.8.0