新增付费角色数
This commit is contained in:
parent
9bb792c453
commit
dc2b1e92d3
@ -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 创建同步开服数据请求
|
||||
|
Loading…
Reference in New Issue
Block a user