校验:参数错误

This commit is contained in:
luying
2022-08-12 18:49:05 +08:00
parent 834b7d578a
commit 69fe1cfafb
+1 -1
View File
@@ -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":