回执indication

master_huanxiang
wangyuan 2019-06-11 16:35:40 +08:00
parent 17c133ab4c
commit 7b55af89bc
2 changed files with 8 additions and 1 deletions

View File

@ -62,7 +62,9 @@ enum MessageType{
ADVENTURE_BOSS_FIND_INDICATION = 10044; //boss
ALL_GIFTGOODS_INDICATION = 10045; //
ACK_INDICATION_REQUEST = 10046; //
ACK_INDICATION_RESPONSE = 10047;
// B 10100
BUY_STORE_ITEM_REQUEST = 10100; //

View File

@ -302,6 +302,11 @@ import "CommonProto.proto";
}
message AckIndicationRequest{
repeated int32 ackId = 1 ;// indication
}