add
wangpengfei
2023-07-21 34c99ef40f26f8812610e7ca14c56825f9bf2c3c
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
}