新增付费角色数
This commit is contained in:
parent
9bb792c453
commit
dc2b1e92d3
@ -33,6 +33,7 @@ type GetGameServerCountData struct {
|
|||||||
ServerId int64 `json:"server_id"`
|
ServerId int64 `json:"server_id"`
|
||||||
RoleNum int64 `json:"role_num"`
|
RoleNum int64 `json:"role_num"`
|
||||||
TotalPayAmount float64 `json:"total_pay_amount"`
|
TotalPayAmount float64 `json:"total_pay_amount"`
|
||||||
|
TotalPayRoleNum int64 `json:"total_pay_role_num"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateSyncGameServerListReq 创建同步开服数据请求
|
// CreateSyncGameServerListReq 创建同步开服数据请求
|
||||||
|
Loading…
Reference in New Issue
Block a user