校验:商店校验

This commit is contained in:
luying
2022-07-29 14:31:14 +08:00
parent 8967c2a549
commit 40af0edc28

View File

@@ -1517,7 +1517,7 @@ export function checkRouteParam(route: string, msg: any) {
case "role.shopHandler.getShopList":
case "role.shopHandler.readShop":
{
if(!checkNaturalNumbers(msg.shopId, msg.type)) return false;
if(!checkNaturalNumbers(msg.shop, msg.type)) return false;
break;
}
case "role.shopHandler.purchase":