校验:商店校验
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user