From dc2b1e92d3dd86685c797ca42d08dd584e23a572 Mon Sep 17 00:00:00 2001 From: xuyang Date: Wed, 15 Oct 2025 16:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=98=E8=B4=B9=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/stat/game.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/services/stat/game.go b/services/stat/game.go index 6fb2c17..ed4b86c 100644 --- a/services/stat/game.go +++ b/services/stat/game.go @@ -29,10 +29,11 @@ type GetGameServerCountDataResp struct { } type GetGameServerCountData struct { - GameSign string `json:"game_sign"` - ServerId int64 `json:"server_id"` - RoleNum int64 `json:"role_num"` - TotalPayAmount float64 `json:"total_pay_amount"` + GameSign string `json:"game_sign"` + ServerId int64 `json:"server_id"` + RoleNum int64 `json:"role_num"` + TotalPayAmount float64 `json:"total_pay_amount"` + TotalPayRoleNum int64 `json:"total_pay_role_num"` } // CreateSyncGameServerListReq 创建同步开服数据请求