跳过个别活动和挂机的测试;关闭两个接口的 protobuf;修改部分测试用例和接口代码

This commit is contained in:
liangtongchuan
2022-01-20 18:33:01 +08:00
parent e9d19f4265
commit c7d42a7eb6
9 changed files with 65 additions and 62 deletions

View File

@@ -155,13 +155,13 @@ module.exports = {
// "role.roleHandler.initRole": {
// "required string roleName": 1
// },
"battle.normalBattleHandler.getBattleList": {
"repeated uInt32 types": 1
},
"battle.normalBattleHandler.checkBattle": {
"required uInt32 battleId": 1,
"repeated uInt32 heroes": 2
},
// "battle.normalBattleHandler.getBattleList": {
// "repeated uInt32 types": 1
// },
// "battle.normalBattleHandler.checkBattle": {
// "required uInt32 battleId": 1,
// "repeated uInt32 heroes": 2
// },
// "battle.normalBattleHandler.battleEnd": {
// "required uInt32 battleId": 1,
// "required string battleCode": 2,