参数错误拦截

This commit is contained in:
luying
2021-01-21 18:12:45 +08:00
committed by liangtongchuan
parent 2d7106e599
commit da86ba4930
3 changed files with 8 additions and 2 deletions

View File

@@ -168,5 +168,11 @@ module.exports = {
"battle.normalBattleHandler.checkBattle": {
"required uInt32 battleId": 1,
"repeated uInt32 heroes": 2
},
"battle.dungeonBattleHandler.buyNum": {
"required uInt32 count": 1
},
"battle.dailyBattleHandler.buyNum": {
"required uInt32 count": 1
}
}