master_huanxiang
lvxinran 2020-04-26 14:59:46 +08:00
commit 5fce690941
2 changed files with 12 additions and 0 deletions

View File

@ -435,6 +435,10 @@ enum MessageType{
GET_ONE_RANK_RESPONSE = 16663;
GET_SOME_ACTIVITY_INFO_REQUEST = 16664; //
GET_SOME_ACTIVITY_INFO_RESPONSE = 16665;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;

View File

@ -712,6 +712,14 @@ import "CommonProto.proto";
optional int32 result = 3;//1 0
}
message GetSomeActivityInfoRequest{
repeated int32 id=1;
}
message GetSomeActitityInfoRespone{
repeated ActivityInfo activityInfo =1;
}