获取区服统计数据优化
This commit is contained in:
parent
a63ab8a8dc
commit
d06b43fea8
@ -38,8 +38,8 @@ type GetGameServerCountData struct {
|
|||||||
|
|
||||||
type GetGameServerCountDataParam struct {
|
type GetGameServerCountDataParam struct {
|
||||||
GameSign string `json:"game_sign"`
|
GameSign string `json:"game_sign"`
|
||||||
ServerSign string `json:"server_sign"`
|
ServerSign int64 `json:"server_sign"`
|
||||||
ServerId string `json:"server_id"`
|
ServerId int64 `json:"server_id"`
|
||||||
RoleDates string `json:"role_dates"`
|
RoleDates string `json:"role_dates"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user