团购:修改字段
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user