master_huanxiang
xuexinpeng 2021-11-16 18:31:08 +08:00
parent 4c4c5de25c
commit c6027b4a34
2 changed files with 5 additions and 2 deletions

View File

@ -231,7 +231,7 @@ import "CommonProto.proto";
optional int32 myOccupyId =2 ;//id optional int32 myOccupyId =2 ;//id
optional int32 myOccupyTime =3 ;//id optional int32 myOccupyTime =3 ;//id
optional int32 remainChangeTimes = 4 ;// optional int32 remainChangeTimes = 4 ;//
repeated LingMaiSecret recordData = 5;// repeated ArenaPersonInfo lingmaiData = 5;//
} }
// //
message CrossLingmaiSecretAreaRequest{ message CrossLingmaiSecretAreaRequest{

View File

@ -337,6 +337,9 @@ option optimize_for = SPEED;
optional int32 userTitle = 12; optional int32 userTitle = 12;
optional int32 userMount = 13; optional int32 userMount = 13;
optional int32 practiceLevel = 14;// optional int32 practiceLevel = 14;//
optional int32 lingmaiId = 15;//id
optional int32 getAwardTimeOrOccupyTime = 16; //
} }