7
0

获取区服统计数据优化

This commit is contained in:
许 洋 2025-10-16 11:18:39 +08:00
parent a63ab8a8dc
commit d06b43fea8

View File

@ -38,8 +38,8 @@ type GetGameServerCountData struct {
type GetGameServerCountDataParam struct {
GameSign string `json:"game_sign"`
ServerSign string `json:"server_sign"`
ServerId string `json:"server_id"`
ServerSign int64 `json:"server_sign"`
ServerId int64 `json:"server_id"`
RoleDates string `json:"role_dates"`
}