在线统计接口
This commit is contained in:
parent
64a1df39c5
commit
4753b4a71a
|
|
@ -2858,7 +2858,7 @@ func init() {
|
||||||
if platform != DefaultPlatform && p.Platform != platform {
|
if platform != DefaultPlatform && p.Platform != platform {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if channel != "" && p.AppChannel != channel {
|
if channel != "" && p.Channel != channel {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
players = append(players, p)
|
players = append(players, p)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue