master_huanxiang
zhangshanxue 2019-09-16 20:59:06 +08:00
commit dece921a6a
2 changed files with 7 additions and 1 deletions

View File

@ -456,6 +456,7 @@ enum MessageType{
MAP_OUT_INDICATION = 11235;
// N 11300
NOTIFY_PAY_SUCCESS_INDICATION = 11300 ; //
// O 11400
// P 11500
POKEMON_COMONPENT_LEVELUP_REQUEST = 11500; //

View File

@ -458,9 +458,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;
@ -541,4 +542,8 @@ import "CommonProto.proto";
message ExchangeCdkRequest{
optional string key = 1;
}
message NotifyPaySuccessfulIndicaiton{
optional int32 goodsId =1 ;// id
}