Merge branch 'master_test_gn' into master_test_gn_xxp

master_huanxiang
xuexinpeng 2021-12-20 11:31:00 +08:00
commit b6f0b402ed
4 changed files with 9 additions and 0 deletions

View File

@ -230,6 +230,7 @@ import "CommonProto.proto";
message HeroReturnRequest{ message HeroReturnRequest{
optional string heroId = 1; optional string heroId = 1;
optional int32 type = 2; // 0: 1退
} }
message HeroReturnResponse{ message HeroReturnResponse{

View File

@ -358,6 +358,7 @@ import "CommonProto.proto";
} }
message JourneyGetInfoResponse{ message JourneyGetInfoResponse{
repeated JourneyInfo infos = 1;// repeated JourneyInfo infos = 1;//
optional int32 finishNum = 2;//
} }
message JourneyGetOneInfoRequest{ message JourneyGetOneInfoRequest{
optional int32 mapId = 1; optional int32 mapId = 1;

View File

@ -85,6 +85,7 @@ enum MessageType{
WELFARE_RED_PACKET_SEND_REQUEST = 10057;// WELFARE_RED_PACKET_SEND_REQUEST = 10057;//
WELFARE_RED_PACKET_SEND_RESPONSE = 10058; WELFARE_RED_PACKET_SEND_RESPONSE = 10058;
WELFARE_RED_PACKET_REQUEST = 10059; WELFARE_RED_PACKET_REQUEST = 10059;
SPECIAL_ACTIVITY_UPDATE_INDICATION = 10060 ;//
// B 10100 // B 10100
BUY_STORE_ITEM_REQUEST = 10100; // BUY_STORE_ITEM_REQUEST = 10100; //

View File

@ -488,6 +488,12 @@ import "CommonProto.proto";
repeated int32 closeActivityId = 2; repeated int32 closeActivityId = 2;
} }
//
message SpecailActivityUpateIndication{
repeated int32 closeActivityId = 1;
}
message GetForceRankInfoRequest{ message GetForceRankInfoRequest{
optional int32 page = 1; // optional int32 page = 1; //
optional int32 activiteId = 2; //ID optional int32 activiteId = 2; //ID