跨服状态推送

master_huanxiang
duhui 2021-07-30 14:44:54 +08:00
parent b6b27f3010
commit a2b561512e
2 changed files with 4 additions and 0 deletions

View File

@ -1313,6 +1313,7 @@ enum MessageType{
IsCrossRequert = 9000025;
IsCrossResponse = 9000026;
IsCrossIndication = 9000027;
}

View File

@ -916,3 +916,6 @@ import "CommonProto.proto";
message IsCrossResponse{
optional int32 isCross = 1;// 01
}
message IsCrossIndication{
optional int32 isCross = 1;// 01
}