This commit is contained in:
aozhiwei 2024-11-11 11:20:28 +08:00
parent 4a78275955
commit b28f51250a

View File

@ -35,6 +35,7 @@ func (this *ActivityApi) RollDice(c *gin.Context) {
}
rspObj := struct {
vo.BaseVo
Point int32 `json:"point"`
}{}
c.JSON(200, rspObj)
}