1
This commit is contained in:
parent
411c670819
commit
fd5d4f640f
14
server/marketserver/router/activity/bitgate.go
Normal file
14
server/marketserver/router/activity/bitgate.go
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package activity
|
||||||
|
|
||||||
|
import (
|
||||||
|
"f5"
|
||||||
|
v1 "main/api/v1"
|
||||||
|
)
|
||||||
|
|
||||||
|
type BitGetRouter struct{}
|
||||||
|
|
||||||
|
func (this *BitGetRouter) InitRouter() {
|
||||||
|
api := v1.ApiGroupApp.ActivityApiGroup
|
||||||
|
f5.GetApp().GetGinEngine().GET("/api/activity/bitget/mission/newuser/progress",
|
||||||
|
api.BitGetApi.NewUserMission)
|
||||||
|
}
|
@ -2,4 +2,5 @@ package activity
|
|||||||
|
|
||||||
type RouterGroup struct {
|
type RouterGroup struct {
|
||||||
StackingRouter
|
StackingRouter
|
||||||
|
BitGetRouter
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@ func (this *routerMgr) Init() {
|
|||||||
this.ingame.IngameRouter.InitRouter()
|
this.ingame.IngameRouter.InitRouter()
|
||||||
this.user.UserRouter.InitRouter()
|
this.user.UserRouter.InitRouter()
|
||||||
this.activity.StackingRouter.InitRouter()
|
this.activity.StackingRouter.InitRouter()
|
||||||
|
this.activity.BitGetRouter.InitRouter()
|
||||||
this.event.EventRouter.InitRouter()
|
this.event.EventRouter.InitRouter()
|
||||||
this.recharge.RechargeRouter.InitRouter()
|
this.recharge.RechargeRouter.InitRouter()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user