tean info

master_huanxiang
wangyuan 2019-09-16 13:35:34 +08:00
parent eba468f633
commit eebdb8de23
1 changed files with 2 additions and 1 deletions

View File

@ -457,9 +457,10 @@ import "CommonProto.proto";
message SignInResponse{
optional Drop drop =1 ;
}
//
//
message GetPlayerOneTeamInfoRequest{
optional int32 playerId = 1;
optional int32 teamId = 2;
}
message GetPlayerOneTeamInfoResponse{
optional TeamOneInfo teamInfo = 1;