测试:添加战斗测试

This commit is contained in:
luying
2021-11-03 20:04:06 +08:00
parent 88e7ee906d
commit fb59fcd0ca
13 changed files with 364 additions and 22 deletions

View File

@@ -158,10 +158,10 @@ module.exports = {
"battle.normalBattleHandler.getBattleList": {
"required uInt32 type": 1
},
"battle.normalBattleHandler.checkBattle": {
"required uInt32 battleId": 1,
"repeated uInt32 heroes": 2
},
// "battle.normalBattleHandler.checkBattle": {
// "required uInt32 battleId": 1,
// "repeated uInt32 heroes": 2
// },
"battle.dungeonBattleHandler.buyNum": {
"required uInt32 count": 1
},