参数校验
This commit is contained in:
@@ -753,7 +753,7 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
}
|
||||
case "battle.towerBattleHandler.settleTask":
|
||||
{
|
||||
if(!checkNaturalNumbers(msg.batchCode, msg.taskCode)) return false;
|
||||
if(!checkStringIfExist(msg.batchCode, msg.taskCode)) return false;
|
||||
break;
|
||||
}
|
||||
case "battle.towerBattleHandler.receiveBox":
|
||||
|
||||
Reference in New Issue
Block a user