玉虚论道
parent
bd8b3ac8ff
commit
4933ce8251
|
@ -150,11 +150,9 @@ import "CommonProto.proto";
|
|||
|
||||
//玉虚论道
|
||||
message CrossYuXuLunDaoChallengeRequest{
|
||||
optional int32 teamIdOne =1; // 本人进攻队伍一id
|
||||
optional int32 teamIdTwo =2; // 本人进攻队伍二id
|
||||
optional int32 teamIdThree =3; // 本人进攻队伍三id
|
||||
optional int32 challengeUid = 4 ;// 对手uid
|
||||
optional int32 challengeType = 5 ;// 0免费挑战|1消耗物品挑战
|
||||
repeated int32 teamId = 1; //本人进攻队伍一id 队伍二id 队伍三id
|
||||
optional int32 challengeUid = 2 ;// 对手uid
|
||||
optional int32 challengeType = 3 ;// 0免费挑战|1消耗物品挑战
|
||||
}
|
||||
message CrossYuXuLunDaoChallengeResponse{
|
||||
optional int32 myScore = 1 ; //我的分数值
|
||||
|
|
|
@ -1322,6 +1322,8 @@ enum MessageType{
|
|||
CrossYuXuLunDaoChangeEnemyInfoResponse = 900028;
|
||||
CrossYuXuLunDaoGetDailyRewardRequest = 900029;
|
||||
CrossYuXuLunDaoGetDailyRewardResponse = 900030;
|
||||
GetPlayerCrossYxldOneTeamInfoRequest = 900031;
|
||||
GetPlayerCrossYxldOneTeamInfoResponse = 900032;
|
||||
|
||||
ReplayWorldArenaRequest = 9000023;
|
||||
ReplayWorldArenaResponse = 9000024;
|
||||
|
|
|
@ -938,5 +938,13 @@ import "CommonProto.proto";
|
|||
message TaiChuSecretvolumeResponse{
|
||||
repeated taiChuSecretvolume secretvolume = 1;
|
||||
}
|
||||
//玉虚论道获取编队信息
|
||||
message GetPlayerCrossYxldOneTeamInfoRequest{
|
||||
optional int32 playerId = 1;
|
||||
optional int32 serverId = 2;
|
||||
}
|
||||
message GetPlayerCrossYxldOneTeamInfoResponse{
|
||||
optional TeamOneInfo teamInfo = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue