From 42ec7840dbf1f1ea1b4f08a9e1f370c163fae659 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Mon, 30 Dec 2024 11:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/ProtoBuf/test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);