|
@@ -24,6 +24,8 @@ message EntryStoryResponse{
|
|
|
optional int32 story_id=1; //关卡id
|
|
|
optional int32 battle_status=2; //战斗状态:0-进行中,1-胜利,2-失败
|
|
|
repeated StoryAwardItemVo story_award_items=3; //多个道具
|
|
|
+ repeated StoryAwardItemVo box_award_items=4; //宝箱奖励
|
|
|
+
|
|
|
}
|
|
|
|
|
|
message StoryAwardItemVo{
|