Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
4175b75d04
|
@ -43,6 +43,16 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
|
||||
message PlayWithSbRequest{
|
||||
optional int32 challengeUid =1;
|
||||
optional int32 myteamId = 2;
|
||||
}
|
||||
|
||||
message PlayWithSbResponse{
|
||||
optional FightData fightData =1; // 战斗数据
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -484,6 +484,9 @@ enum MessageType{
|
|||
POKEMON_ADVANCED_RESPONSE = 11503;
|
||||
|
||||
PLAYER_BACKCINFO_INDICATION = 11504;//客服平台推送
|
||||
|
||||
PLAY_WITH_SB_REQUEST = 11505; //切磋
|
||||
PLAY_WITH_SB_RESPONSE = 11506;
|
||||
|
||||
// Q 11600
|
||||
QUESTION_INDICATION = 11600;//问卷推送
|
||||
|
|
|
@ -126,6 +126,12 @@ import "CommonProto.proto";
|
|||
|
||||
message WorkTechnologyLevelRequest{
|
||||
optional int32 id = 1;//
|
||||
optional int32 targetLevel = 2;//等级
|
||||
}
|
||||
|
||||
message WorkTechnologyLevelResponse{
|
||||
optional int32 id = 1;//
|
||||
optional int32 targetLevel = 2;//等级
|
||||
}
|
||||
|
||||
message WorkTechnologyResetRequest{
|
||||
|
|
Loading…
Reference in New Issue