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 创建同步开服数据请求