校验:参数错误
This commit is contained in:
@@ -1206,7 +1206,7 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
}
|
||||
case "guild.wishPoolHandler.receiveGoods":
|
||||
{
|
||||
if(!checkNaturalNumbers(msg.id)) return false;
|
||||
if(!checkNaturalStrings(msg.id)) return false;
|
||||
break;
|
||||
}
|
||||
case "order.orderHandler.applyOrder":
|
||||
|
||||
Reference in New Issue
Block a user