family indication

master_huanxiang
wangyuan 2019-08-02 14:36:27 +08:00
parent 399596c8b8
commit 137b294e8a
2 changed files with 38 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import "CommonProto.proto";
required int32 roleUid = 1; //ID
required string userName = 2; //
required int32 userLevel = 3; //
required int32 position = 4; // 0: 1: 2: 3: 4: 5:
required int32 position = 4; // 1: 2: 3:
required int32 contribute = 5; //
optional int32 seconds = 6; //, 0线 , > 0
optional int32 contributeToday = 7;//
@ -112,4 +112,28 @@ import "CommonProto.proto";
//
message GetFamilyApplyResponse{
repeated FamilyApply familyApply =1;
}
}
//
message FamilyOperationApplyRequest{
optional int32 type = 1; // 1 2 3 4
optional int32 applyId = 2;
}
//
message FamilyKickOutRequest{
optional int32 targetUid = 1; //
}
message FamilyAppointmentReqeust{
optional int32 targetUid = 1; //
optional int32 position = 2; // 1: 2: 3:
}
//
message FamilyPositionUpdateIndication{
optional int32 postiion = 1; //
}

View File

@ -195,6 +195,18 @@ enum MessageType{
FAMILY_GET_APPLY_REQUEST = 10536 ; //
FAMILY_GET_APPLY_RESPOSNE = 10537;
FAMILY_OPERATION_APPLY_LIST_REQUEST = 10538 ;//
FAMILY_OPERATION_APPLY_LIST_RESPONSE = 10539;
FAMILY_KICK_OUT_REQUEST = 10540; //
FAMILY_KICK_OUT_RESPONSE = 10541;
FAMILY_APPOINTMENT_REQEUST = 10542 ;//
FAMILY_APPOINTMENT_RESPONSE = 10543;
FAMILY_KICK_INDICATION = 10544; //
FAMILY_POSITION_UPDATE_INDICAITON = 10545; //