玩家准备接口
This commit is contained in:
parent
593c238c95
commit
4a34490d1a
@ -543,8 +543,8 @@ public class test : MonoBehaviour
|
|||||||
|
|
||||||
Debug.Log("==========玩家准备,,,,,,,,,,,,,,");
|
Debug.Log("==========玩家准备,,,,,,,,,,,,,,");
|
||||||
WSMessage msg = new WSMessage();
|
WSMessage msg = new WSMessage();
|
||||||
msg.Module = "select";
|
msg.Module = "hall";
|
||||||
msg.ServiceName = "GetSelectHistoryList";
|
msg.ServiceName = "PlayerReady";
|
||||||
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
||||||
byte[] sendData = ProtoBufffer.Serialize(msg);
|
byte[] sendData = ProtoBufffer.Serialize(msg);
|
||||||
WSMessage deinfo = ProtoBufffer.DeSerialize<WSMessage>(sendData);
|
WSMessage deinfo = ProtoBufffer.DeSerialize<WSMessage>(sendData);
|
||||||
@ -563,7 +563,7 @@ public class test : MonoBehaviour
|
|||||||
|
|
||||||
|
|
||||||
WSMessage msg = new WSMessage();
|
WSMessage msg = new WSMessage();
|
||||||
msg.Module = "select";
|
msg.Module = "hall";
|
||||||
msg.ServiceName = "GetSelectHistoryList";
|
msg.ServiceName = "GetSelectHistoryList";
|
||||||
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
||||||
byte[] sendData = ProtoBufffer.Serialize(msg);
|
byte[] sendData = ProtoBufffer.Serialize(msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user