1
This commit is contained in:
parent
fd5d4f640f
commit
27ad4d8e50
14
server/marketserver/router/activity/bitget.go
Normal file
14
server/marketserver/router/activity/bitget.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)
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user