master_huanxiang
zhangshanxue 2019-08-05 21:05:31 +08:00
commit 67b85d269d
2 changed files with 16 additions and 0 deletions

View File

@ -523,6 +523,19 @@ option optimize_for = SPEED;
optional int32 score = 2;
optional int32 rank =3;
}
message PlayerTeamInfo{
optional int32 uid = 1;
optional int32 level =2;
optional string name =3;
optional int32 head =4;
optional int32 headFrame = 5;
optional Team team = 6;
optional int32 totalForce=7;
repeated int32 PokemonInfos = 8;
}
message SignInInfo{
optional int32 days = 1; //
optional int32 state = 2;//

View File

@ -294,6 +294,9 @@ enum MessageType{
GETF_EXPERT_RANK_INFO_REQUEST = 16648;
GETF_EXPERT_RANK_INFO_RESPONSE = 16649;
GET_PLAYER_ONE_TEAM_INFO_REQUEST = 16650;//
GET_PLAYER_ONE_TEAM_INFO_RESPONSE = 16651;
// H 10700
HERO_RAND_REQQUEST = 10701;