卡牌,装备分页请求
parent
324ba6054c
commit
591a91dbaf
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue