smile 1 周之前
父节点
当前提交
5d58aeaf1a
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      protocol/ws_index_request.proto

+ 3 - 2
protocol/ws_index_request.proto

@@ -29,6 +29,7 @@ message UnclaimedMagicStoneEntry {
 }
 
 message StoryEntry{
-    optional string story_id = 1;       // 闯关模式当前关卡id
-    optional int32 story_ticket = 2;   // 挑战券数量
+    optional string story_id = 1;                          // 闯关模式当前关卡id
+    optional bool success= 2 [default = false];            // 是否通关 true  通关
+    optional int32 story_ticket = 3;                       // 挑战券数量
 }