Explorar el Código

update 新增数量字段

Alvin hace 8 meses
padre
commit
4220f16470
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      game/game_cluster/internal/mdb/eventmodels/diceEvent.go

+ 1 - 0
game/game_cluster/internal/mdb/eventmodels/diceEvent.go

@@ -4,6 +4,7 @@ package eventmodels
 type DiceEventContent struct {
 	UserBasic
 	EventBasic
+	Count int `json:"count"` // 用户骰子投掷次数
 }
 
 func (e *DiceEventContent) EventName() string {