huangjinghao 2 tuần trước cách đây
mục cha
commit
ef5d620d4c
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  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
                 }
             ]
         }