跳过个别活动和挂机的测试;关闭两个接口的 protobuf;修改部分测试用例和接口代码
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user