校验:商店校验
This commit is contained in:
@@ -1517,7 +1517,7 @@ export function checkRouteParam(route: string, msg: any) {
|
|||||||
case "role.shopHandler.getShopList":
|
case "role.shopHandler.getShopList":
|
||||||
case "role.shopHandler.readShop":
|
case "role.shopHandler.readShop":
|
||||||
{
|
{
|
||||||
if(!checkNaturalNumbers(msg.shopId, msg.type)) return false;
|
if(!checkNaturalNumbers(msg.shop, msg.type)) return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "role.shopHandler.purchase":
|
case "role.shopHandler.purchase":
|
||||||
|
|||||||
Reference in New Issue
Block a user