1
This commit is contained in:
parent
98587539d6
commit
0fb23f852f
@ -13,6 +13,7 @@ import (
|
|||||||
"main/router/bag"
|
"main/router/bag"
|
||||||
"main/router/buff"
|
"main/router/buff"
|
||||||
"main/router/gm"
|
"main/router/gm"
|
||||||
|
"main/router/inapp_shop"
|
||||||
)
|
)
|
||||||
|
|
||||||
type routerMgr struct {
|
type routerMgr struct {
|
||||||
@ -26,6 +27,7 @@ type routerMgr struct {
|
|||||||
bag bag.RouterGroup
|
bag bag.RouterGroup
|
||||||
buff buff.RouterGroup
|
buff buff.RouterGroup
|
||||||
gm gm.RouterGroup
|
gm gm.RouterGroup
|
||||||
|
inappShop inapp_shop.RouterGroup
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *routerMgr) Init() {
|
func (this *routerMgr) Init() {
|
||||||
@ -40,6 +42,7 @@ func (this *routerMgr) Init() {
|
|||||||
this.bag.BagRouter.InitRouter()
|
this.bag.BagRouter.InitRouter()
|
||||||
this.buff.BuffRouter.InitRouter()
|
this.buff.BuffRouter.InitRouter()
|
||||||
this.gm.GMRouter.InitRouter()
|
this.gm.GMRouter.InitRouter()
|
||||||
|
this.inappShop.InAppShopRouter.InitRouter()
|
||||||
|
|
||||||
f5.GetSysLog().Info("routerMgr.init")
|
f5.GetSysLog().Info("routerMgr.init")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user