Commit c1963893851348082d49e07a02b762bde8aac6f5

Authored by zhangqijia
1 parent d368d9b3

fix: add nty

Showing 2 changed files with 6 additions and 9 deletions   Show diff stats
@@ -59,8 +59,8 @@ message RoleUpdatePropertyRsp { @@ -59,8 +59,8 @@ message RoleUpdatePropertyRsp {
59 models.Role role = 2; 59 models.Role role = 2;
60 } 60 }
61 61
62 -//ResponseCmd RoleUpdateItemsRsp  
63 -message RoleUpdateItemsRsp { 62 +//ResponseCmd RoleUpdateItemsNty
  63 +message RoleUpdateItemsNty{
64 string items = 1; 64 string items = 1;
65 } 65 }
66 66
@@ -16,16 +16,13 @@ enum ProtoCode @@ -16,16 +16,13 @@ enum ProtoCode
16 RoleEndBattleRpc = 8; 16 RoleEndBattleRpc = 8;
17 EquipmentDelRpc = 9; 17 EquipmentDelRpc = 9;
18 HeroUpLevelRpc = 10; 18 HeroUpLevelRpc = 10;
19 -  
20 HeartRsp = 11; 19 HeartRsp = 11;
21 DisConnectRsp = 12; 20 DisConnectRsp = 12;
22 RoleRsp = 13; 21 RoleRsp = 13;
23 RoleUpdatePropertyRsp = 14; 22 RoleUpdatePropertyRsp = 14;
24 - RoleUpdateItemsRsp = 15;  
25 - RoleEndBattleRsp = 16;  
26 - EquipmentAddRsp = 17;  
27 - HeroUpLevelRsp = 18;  
28 -  
29 - 23 + RoleEndBattleRsp = 15;
  24 + EquipmentAddRsp = 16;
  25 + HeroUpLevelRsp = 17;
  26 + RoleUpdateItemsNty= 18;
30 27
31 } 28 }
32 \ No newline at end of file 29 \ No newline at end of file