戒灵秘宝推送

master_huanxiang
lvxinran 2019-10-09 20:00:26 +08:00
parent 22a542dd49
commit 5f940182dc
3 changed files with 9 additions and 0 deletions

View File

@ -664,5 +664,9 @@ option optimize_for = SPEED;
optional int32 luckId = 2;//id
optional int32 luckTimes = 3;//
}
message RefreshTask{
optional int32 type = 1;// 1 2 3
repeated int32 taskIds = 2;
}

View File

@ -646,6 +646,8 @@ enum MessageType{
TO_BE_STRONGER_REQUEST = 11914;//
TO_BE_STRONGER_RESPONSE = 11915;
TREASURE_REFRESH_INDICATION = 11916;//
// U 12000
UP_HERO_LEVEL_REQUEST = 12000; //

View File

@ -598,5 +598,8 @@ import "CommonProto.proto";
message QuickBuyTreasureLevelRequest{
optional int32 level = 1;//
}
message TreasureRefreshIndication{
repeated RefreshTask tasks = 1;//
}