500抽:活动格式
This commit is contained in:
@@ -645,7 +645,8 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
if(!checkNaturalArray(heroes)) return false;
|
||||
if (heroes.length > LINEUP_NUM) return false;
|
||||
for(let { actorId, order } of heroes) {
|
||||
if(!checkNaturalNumbers(actorId, order)) return false;
|
||||
if(!checkNaturalNumbers(actorId)) return false;
|
||||
if(!checkNumberIfExist(order)) return false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user