From 4a34490d1aa616e68b1c8a05dbbb2162315b218c Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Mon, 30 Dec 2024 11:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=87=86=E5=A4=87=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/ProtoBuf/test.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);