任务:排查及修复
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
module.exports = {
|
||||
"battle.normalBattleHandler.getBattleList": {
|
||||
'message Data': {
|
||||
'message BattleList': {
|
||||
'required uInt32 battleId': 1,
|
||||
'required uInt32 status': 2,
|
||||
'required uInt32 star': 3,
|
||||
'repeated uInt32 stars': 4,
|
||||
'required string scriptBefore': 5,
|
||||
'required string scriptAfter': 6,
|
||||
},
|
||||
'repeated BattleList list': 1
|
||||
},
|
||||
'required string msg': 1,
|
||||
'required uInt32 code': 2,
|
||||
'required Data data': 3
|
||||
},
|
||||
// "battle.normalBattleHandler.getBattleList": {
|
||||
// 'message Data': {
|
||||
// 'message BattleList': {
|
||||
// 'required uInt32 battleId': 1,
|
||||
// 'required uInt32 status': 2,
|
||||
// 'required uInt32 star': 3,
|
||||
// 'repeated uInt32 stars': 4,
|
||||
// 'optional string scriptBefore': 5,
|
||||
// 'optional string scriptAfter': 6,
|
||||
// },
|
||||
// 'repeated BattleList list': 1
|
||||
// },
|
||||
// 'required string msg': 1,
|
||||
// 'required uInt32 code': 2,
|
||||
// 'required Data data': 3
|
||||
// },
|
||||
// "battle.normalBattleHandler.checkBattle": {
|
||||
// 'message Data': {
|
||||
// "optional uInt32 battleId": 1,
|
||||
|
||||
Reference in New Issue
Block a user