diff --git a/xiaofang/Assets/ProtoBuf/test.cs b/xiaofang/Assets/ProtoBuf/test.cs index 361e8147..27d92505 100644 --- a/xiaofang/Assets/ProtoBuf/test.cs +++ b/xiaofang/Assets/ProtoBuf/test.cs @@ -543,8 +543,8 @@ public class test : MonoBehaviour Debug.Log("==========Íæ¼Ò×¼±¸£¬£¬£¬£¬£¬£¬£¬£¬£¬£¬£¬£¬£¬£¬"); WSMessage msg = new WSMessage(); - msg.Module = "select"; - msg.ServiceName = "GetSelectHistoryList"; + msg.Module = "hall"; + msg.ServiceName = "PlayerReady"; msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data)); byte[] sendData = ProtoBufffer.Serialize(msg); WSMessage deinfo = ProtoBufffer.DeSerialize(sendData); @@ -563,7 +563,7 @@ public class test : MonoBehaviour WSMessage msg = new WSMessage(); - msg.Module = "select"; + msg.Module = "hall"; msg.ServiceName = "GetSelectHistoryList"; msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data)); byte[] sendData = ProtoBufffer.Serialize(msg);