@@ -4,14 +4,14 @@ package protos;
// 游戏服务器到客户端协议
message Request{
- uint32 msgId = 1;
+ int32 msgId = 1;
uint64 guid = 2;
string msgName = 3;
bytes req = 10;
}
message Response{
int32 ec = 4;