1
This commit is contained in:
parent
4a78275955
commit
b28f51250a
@ -35,6 +35,7 @@ func (this *ActivityApi) RollDice(c *gin.Context) {
|
||||
}
|
||||
rspObj := struct {
|
||||
vo.BaseVo
|
||||
Point int32 `json:"point"`
|
||||
}{}
|
||||
c.JSON(200, rspObj)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user