7
0

新增付费角色数

This commit is contained in:
许 洋 2025-10-15 16:29:48 +08:00
parent 9bb792c453
commit dc2b1e92d3

View File

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