卡牌,装备分页请求

master_huanxiang
gaojie 2019-03-05 10:27:42 +08:00
parent 324ba6054c
commit 591a91dbaf
1 changed files with 6 additions and 3 deletions

View File

@ -6,12 +6,12 @@ import "CommonProto.proto";
message GetHeroListInfoRequest{
optional int32 num = 1;
optional string str = 2;
optional int32 index = 1; //0, :+
}
message GetHeroListInfoResponse{
repeated Hero heroList = 1;
optional bool isSendFinish =2; //
}
message DrawHeroRequest{
@ -73,9 +73,12 @@ import "CommonProto.proto";
message HeroComposeResponse{
optional Drop drop = 1;
}
message GetAllEquipRequest{
optional int32 index = 1; //0, :+
}
message GetAllEquipResponse{
repeated Equip equip =1;
optional bool isSendFinish =2; //
}
message GetAllPokemonResponse{