master_huanxiang
lvxinran 2019-07-30 15:49:24 +08:00
commit 9c42fa82ae
2 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,8 @@ enum MessageType{
ADVENTURE_LEFT_REQUEST = 10049; //
ADVENTURE_LEFT_RESPONSE = 10050;
ACTIVITY_UPDATE_INDICATION = 10051 ;//
// B 10100
BUY_STORE_ITEM_REQUEST = 10100; //
BUY_STORE_ITEM_RESPONSE = 10101;

View File

@ -407,3 +407,8 @@ import "CommonProto.proto";
optional int32 type = 2;//1 2
}
message ActivityUpateIndication{
repeated ActivityInfo activityInfo =1;
repeated int32 closeActivityId = 2;
}