社稷大典协议提交

master_huanxiang
zhangshanxue 2020-10-21 18:26:33 +08:00
parent 0e1241b8b8
commit 0c74a4cd4b
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,16 @@
package com.ljsd.jieling.protocols;
option optimize_for = SPEED;
import "CommonProto.proto";
//
message CommitShejiActivityItemRequest{
optional int32 num = 1; //id
optional int32 itemTime = 2; //
}
message GetShejiAwardResponse{
optional Drop drop = 2;
}

View File

@ -1066,6 +1066,13 @@ enum MessageType{
DoHeroChangeRequest = 303605;
DoHeroChangeResponse = 303606;
//303651 - 30370
CommitShejiActivityItemRequest = 303653;//
CommitShejiActivityItemResponse =303654;
GetShejiAwardRequest = 303655;//
GetShejiAwardResponse = 303656;
}