特权推送
parent
2796f95060
commit
02c8d09c29
|
@ -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;//问卷推送
|
||||
|
|
|
@ -680,5 +680,8 @@ import "CommonProto.proto";
|
|||
|
||||
message SexChangeResponse{
|
||||
}
|
||||
message PrivilegeIndication{
|
||||
repeated Privilege infos = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue