在线统计接口

This commit is contained in:
sk 2024-05-08 18:17:35 +08:00
parent 64a1df39c5
commit 4753b4a71a
1 changed files with 1 additions and 1 deletions

View File

@ -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)