1
This commit is contained in:
parent
af60e1b80f
commit
7112c70c50
@ -8,4 +8,9 @@ type BitGetApi struct {
|
||||
}
|
||||
|
||||
func (this *BitGetApi) NewUserMission(c *gin.Context) {
|
||||
rspObj := struct {
|
||||
Missions []struct{
|
||||
} `json:"missions"`
|
||||
}{}
|
||||
c.JSON(200, rspObj)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user