master_huanxiang
parent
4c4c5de25c
commit
c6027b4a34
|
@ -231,7 +231,7 @@ import "CommonProto.proto";
|
|||
optional int32 myOccupyId =2 ;//自己占领的灵脉id
|
||||
optional int32 myOccupyTime =3 ;//自己占领的灵脉id的时间
|
||||
optional int32 remainChangeTimes = 4 ;//剩余挑战次数
|
||||
repeated LingMaiSecret recordData = 5;//当前页的灵脉数据
|
||||
repeated ArenaPersonInfo lingmaiData = 5;//当前页的灵脉数据
|
||||
}
|
||||
//灵脉秘境挑战
|
||||
message CrossLingmaiSecretAreaRequest{
|
||||
|
@ -239,7 +239,7 @@ import "CommonProto.proto";
|
|||
}
|
||||
message CrossLingmaiSecretAreaResponse{
|
||||
optional FightData fightData =1; // 战斗数据
|
||||
optional int32 result =2 ;//战斗结果
|
||||
optional int32 result =2 ;//战斗结果
|
||||
}
|
||||
//灵脉秘境记录
|
||||
message CrossLingmaiSecretAreaRecordRequest{
|
||||
|
|
|
@ -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; //得到奖励的时间或者占领的灵脉的时间
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue