团购:修改字段

This commit is contained in:
luying
2022-10-12 14:33:19 +08:00
parent 9f5771e923
commit 575680b9a8
2 changed files with 7 additions and 7 deletions

View File

@@ -410,8 +410,8 @@ export function checkRouteParam(route: string, msg: any) {
}
case 'activity.groupShopHandler.buy':
{
let { activityId, price, id, buyCnt } = msg;
if(!checkNaturalNumbers(activityId, price, id, buyCnt)) return false;
let { activityId, price, itemId, buyCnt } = msg;
if(!checkNaturalNumbers(activityId, price, itemId, buyCnt)) return false;
break;
}
case "battle.barrageHandler.getBarrageList":