玉虚论道

master_huanxiang
xuexinpeng 2021-09-07 19:36:13 +08:00
parent 58165b732c
commit c609dfe1c3
4 changed files with 7 additions and 4 deletions

View File

@ -191,8 +191,7 @@ import "CommonProto.proto";
}
//
message CrossYuXuLunDaoGetDailyRewardRequest{
optional int32 level = 1; //
optional int32 type = 2; //
optional int32 type = 1; // 0
}
message CrossYuXuLunDaoGetDailyRewardResponse{
optional bool isSuccess = 1 ;//

View File

@ -674,7 +674,8 @@ option optimize_for = SPEED;
optional int32 isApplyed = 8;//
optional int32 userTitle = 9;
optional int32 practiceLevel = 10;//
repeated TeamOneTeamInfo crossTeam = 11;//
repeated TeamOneTeamInfo crossTeam = 11;//
optional int32 crossTeamScore = 12;//
}
//

View File

@ -1320,9 +1320,12 @@ enum MessageType{
CrossYuXuLunDaoChallengeResponse = 900026;
CrossYuXuLunDaoChangeEnemyInfoRequest = 900027;
CrossYuXuLunDaoChangeEnemyInfoResponse = 900028;
CrossYuXuLunDaoGetDailyRewardRequest = 900029;
CrossYuXuLunDaoGetDailyRewardResponse = 900030;
ReplayWorldArenaRequest = 9000023;
ReplayWorldArenaResponse = 9000024;
IsCrossRequert = 9000025;
IsCrossResponse = 9000026;

View File

@ -519,7 +519,7 @@ import "CommonProto.proto";
optional int32 playerId = 1;
optional int32 teamId = 2;
optional int32 serverId = 3;
repeated int32 crossteamId = 4;//teamId
optional int32 teamType = 4;//1=
}
message GetPlayerOneTeamInfoResponse{
optional TeamOneInfo teamInfo = 1;