소스 검색

更新。

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

+ 177 - 0
protocol/msg_mys.json

@@ -198,6 +198,84 @@
                 }
             ]
         },
+        {
+            "name": "BattleProgressResponse",
+            "syntax": "proto2",
+            "fields": [
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "gold_balance",
+                    "id": 1,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "unclaimed_magic_guide_stone_balance",
+                    "id": 2,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magic_guide_stone_balance",
+                    "id": 3,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magic_guide_balance",
+                    "id": 4,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magic_array_id",
+                    "id": 5,
+                    "options": {
+                        "default": 1001
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "string",
+                    "name": "map_id",
+                    "id": 6,
+                    "options": {
+                        "default": "1001"
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "total_award_magic_guide_stone_balance",
+                    "id": 7,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "current_boss_treasure_chest_reward",
+                    "id": 8,
+                    "options": {
+                        "default": 0
+                    }
+                }
+            ]
+        },
         {
             "name": "ChooseMagicRequest",
             "syntax": "proto2",
@@ -252,6 +330,81 @@
                 }
             ]
         },
+        {
+            "name": "EnterGameResponse",
+            "syntax": "proto2",
+            "fields": [
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "player_id",
+                    "id": 1,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int32",
+                    "name": "vip_level",
+                    "id": 2,
+                    "options": {
+                        "default": 1
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "gold_balance",
+                    "id": 3,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magic_guide_stone_balance",
+                    "id": 4,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magic_guide_balance",
+                    "id": 5,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "not_receive_guide_stone_balance",
+                    "id": 6,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "repeated",
+                    "type": "int64",
+                    "name": "magic_ids",
+                    "id": 7
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "map_id",
+                    "id": 8,
+                    "options": {
+                        "default": 0
+                    }
+                }
+            ]
+        },
         {
             "name": "MailListRequestMessage",
             "syntax": "proto2",
@@ -426,6 +579,30 @@
                 }
             ]
         },
+        {
+            "name": "UpgradeMagicResponse",
+            "syntax": "proto2",
+            "fields": [
+                {
+                    "rule": "optional",
+                    "type": "int32",
+                    "name": "lockAward",
+                    "id": 1,
+                    "options": {
+                        "default": 0
+                    }
+                },
+                {
+                    "rule": "optional",
+                    "type": "int64",
+                    "name": "magicArrayId",
+                    "id": 2,
+                    "options": {
+                        "default": 0
+                    }
+                }
+            ]
+        },
         {
             "name": "IndexDataRequest",
             "syntax": "proto2",