Pārlūkot izejas kodu

update 新增数量字段

Alvin 8 mēneši atpakaļ
vecāks
revīzija
4220f16470

+ 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 {