Commit e98782647286257179822cb039bbbff1c15d4c36

Authored by zhangqijia
1 parent 01574262

fix: 批量删除装备

docker安装部署
Showing 2 changed files with 1 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -88,7 +88,7 @@ message RoleEndBattleRsp {
88 88  
89 89 //ResponseCmd EquipmentDelReq
90 90 message EquipmentDelReq {
91   - string id = 1;
  91 + repeated string id = 1;
92 92 }
93 93  
94 94 //ResponseCmd EquipmentAddRsp
... ...
generate.sh 100755 → 100644