实时通讯

This commit is contained in:
高保安
2025-12-01 15:41:37 +08:00
parent e6623be1e5
commit 7fb4bf94c4
3 changed files with 27 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ import java.util.List;
public class PacketServiceImpl implements PacketService {
private final List<PackStrategy> packStrategies;
@Override
public BasePackets getCurrent(JSONObject jsonObject) {
Byte command = jsonObject.getByte("command");