Merge branch 'master_test_gn' into master_test_gn_fabao

master_huanxiang
yuanshuai 2021-11-18 17:50:40 +08:00
commit cb6dd8b9cf
3 changed files with 66 additions and 0 deletions

View File

@ -222,6 +222,41 @@ import "CommonProto.proto";
optional crossYxldPlayerRecordInfo recordData = 1;
}
//
message CrossLingmaiSecretAreaInfoRequest{
optional int32 page =1 ;// 0
}
message CrossLingmaiSecretAreaInfoResponse{
optional int32 state =1 ;//0 1 2
optional int32 myOccupyId =2 ;//id
optional int32 myOccupyTime =3 ;//id
optional int32 remainChangeTimes = 4 ;//
repeated ArenaPersonInfo lingmaiData = 5;//
optional int32 timePoint =6 ;//
}
//
message CrossLingmaiSecretAreaRequest{
optional int32 id =1 ;//id
optional int32 privilageTypeId = 2;//id
}
message CrossLingmaiSecretAreaResponse{
optional FightData fightData =1; //
optional int32 result =2 ;//
}
//
message CrossLingmaiSecretAreaRecordRequest{
}
message CrossLingmaiSecretAreaRecordResponse{
repeated LingMaiSecretRecord recordData = 1;
}
message CrossLingmaiIndicationResponse{
}

View File

@ -337,6 +337,9 @@ option optimize_for = SPEED;
optional int32 userTitle = 12;
optional int32 userMount = 13;
optional int32 practiceLevel = 14;//
optional int32 lingmaiId = 15;//id
optional int32 getAwardTimeOrOccupyTime = 16; //
}
@ -458,6 +461,7 @@ option optimize_for = SPEED;
optional int32 startTime = 3;//
optional int32 endTime = 4; //
optional int32 dynamicBuyTimes= 5; //
optional int32 isBought = 6;//Receive
}
@ -1177,3 +1181,21 @@ option optimize_for = SPEED;
optional int32 level = 2;//
}
//
message LingMaiSecret{
optional int32 id = 1; //id
optional int32 uid = 2;//id
optional string userName = 3;//
optional string serverName = 4;//
optional int32 getAwardTimeOrOccupyTime = 5; //
}
//
message LingMaiSecretRecord{
optional int32 type = 1; //0: 1:
optional string defName = 2;//
optional string userName = 3;//
optional int32 lingMaiId = 4; //id
optional int32 time = 5; //
optional int32 practiceLevel = 6; //
}

View File

@ -1420,6 +1420,15 @@ enum MessageType{
CrossYuXuLunDaoBattleRecordResponse= 900036;
CrossYuXuLunDaoBattleDetailRecordRequest =900037;
CrossYuXuLunDaoBattleDetailRecordResponse =900038;
//
CrossLingmaiSecretAreaInfoRequest = 900040;
CrossLingmaiSecretAreaInfoResponse = 900041;
CrossLingmaiSecretAreaRequest = 900042;
CrossLingmaiSecretAreaResponse = 900043;
CrossLingmaiSecretAreaRecordRequest = 900044;
CrossLingmaiSecretAreaRecordResponse = 900045;
CrossLingmaiIndicationResponse = 900046;
ReplayWorldArenaRequest = 9000023;
ReplayWorldArenaResponse = 9000024;