diff --git a/services/stat/game.go b/services/stat/game.go index e26af38..599e5db 100644 --- a/services/stat/game.go +++ b/services/stat/game.go @@ -38,8 +38,8 @@ type GetGameServerCountData struct { type GetGameServerCountDataParam struct { GameSign string `json:"game_sign"` - ServerSign string `json:"server_sign"` - ServerId string `json:"server_id"` + ServerSign int64 `json:"server_sign"` + ServerId int64 `json:"server_id"` RoleDates string `json:"role_dates"` }