From d06b43fea8797d1124d04387f31bfcc071fea014 Mon Sep 17 00:00:00 2001 From: xuyang Date: Thu, 16 Oct 2025 11:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=8C=BA=E6=9C=8D=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=8D=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/stat/game.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"` }