diff --git a/xiaofang/Assets/ProtoBuf/test.cs b/xiaofang/Assets/ProtoBuf/test.cs index 27d92505..14079409 100644 --- a/xiaofang/Assets/ProtoBuf/test.cs +++ b/xiaofang/Assets/ProtoBuf/test.cs @@ -564,7 +564,7 @@ public class test : MonoBehaviour WSMessage msg = new WSMessage(); msg.Module = "hall"; - msg.ServiceName = "GetSelectHistoryList"; + msg.ServiceName = "StartGameDrill"; msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data)); byte[] sendData = ProtoBufffer.Serialize(msg); WSMessage deinfo = ProtoBufffer.DeSerialize(sendData);