特权推送

master_huanxiang
lvxinran 2019-12-31 11:14:13 +08:00
parent 2796f95060
commit 02c8d09c29
2 changed files with 4 additions and 0 deletions

View File

@ -552,6 +552,7 @@ enum MessageType{
PLAY_WITH_SB_REQUEST = 11505; //
PLAY_WITH_SB_RESPONSE = 11506;
PRIVILLEGE_ADD_INDICATION = 11507;//
// Q 11600
QUESTION_INDICATION = 11600;//

View File

@ -680,5 +680,8 @@ import "CommonProto.proto";
message SexChangeResponse{
}
message PrivilegeIndication{
repeated Privilege infos = 1;
}