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 }