Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
8a113561cf
|
@ -159,10 +159,6 @@ import "CommonProto.proto";
|
|||
optional int32 targetUid = 1; // 被踢的人
|
||||
}
|
||||
|
||||
message FamilyKickIndication{
|
||||
optional int32 type = 1; // 1 :被踢, 2 :公会解散
|
||||
}
|
||||
|
||||
message FamilyAppointmentReqeust{
|
||||
optional int32 targetUid = 1; //被委任的人
|
||||
optional int32 position = 2; //公会职位 1:会长 2:管理员 3:一般成员
|
||||
|
@ -302,3 +298,11 @@ import "CommonProto.proto";
|
|||
message GetAttackHeroBloodResponse{
|
||||
repeated HeroBloodInfo blood = 1;
|
||||
}
|
||||
|
||||
message RefuseJoinFamily{
|
||||
optional string name = 1;
|
||||
}
|
||||
//踢出玩家给indication
|
||||
message KickOutIndication{
|
||||
optional int32 uid = 1;
|
||||
}
|
||||
|
|
|
@ -309,7 +309,8 @@ enum MessageType{
|
|||
FAMILY_ATTACK_BLOOD_REQUEST = 10581;//查看攻击血量
|
||||
FAMILY_ATTACK_BLOOD_RESPONSE = 10582;
|
||||
|
||||
|
||||
FAMILY_REFUSE_JOIN_INDICATION = 10583;//拒绝玩家加入工会indication
|
||||
|
||||
// G 10600
|
||||
GET_PLAYERINFO_REQUEST = 10600; //
|
||||
GET_PLAYERINFO_RESPONSE = 10601;
|
||||
|
|
Loading…
Reference in New Issue