huangjinghao 2 주 전
부모
커밋
ef5d620d4c
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      protocol/msg_mys.json

+ 10 - 1
protocol/msg_mys.json

@@ -499,11 +499,20 @@
                     "name": "story_id",
                     "id": 1
                 },
+                {
+                    "rule": "optional",
+                    "type": "bool",
+                    "name": "success",
+                    "id": 2,
+                    "options": {
+                        "default": false
+                    }
+                },
                 {
                     "rule": "optional",
                     "type": "int32",
                     "name": "story_ticket",
-                    "id": 2
+                    "id": 3
                 }
             ]
         }