随机名字

master_huanxiang
gaojie 2019-04-25 14:52:06 +08:00
parent ca61dbca3d
commit c8888f89ee
2 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,9 @@ enum MessageType{
// R 11700
RECONNECT_REQUEST = 11700; //
RECONNECT_RESPONSE = 11701;
RANDOMNAME_REQUEST = 11702; //
RANDOMNAME_RESPONSE = 11703;
// S 11800
SUCCESS_RESPONSE = 11800; //

View File

@ -131,3 +131,6 @@ import "CommonProto.proto";
repeated ActivityInfo activityInfo =1;
}
message RandomNameResponse{
optional string randomName =1;
}