✨ feat(重阳集会): 添加纯净召唤接口
This commit is contained in:
@@ -2313,6 +2313,11 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
if (!checkNaturalNumbers(msg.activityId, msg.dayIndex, msg.count)) return false;
|
||||
break;
|
||||
}
|
||||
case 'activity.chongyangHandler.gameSweep':
|
||||
{
|
||||
if (!checkNaturalNumbers(msg.activityId, msg.dayIndex, msg.count)) return false;
|
||||
break;
|
||||
}
|
||||
case 'activity.activityHandler.debugActivityMemory':
|
||||
case 'activity.popUpShopHandler.debugPushPopUpShop':
|
||||
case 'activity.popUpShopHandler.debugPushPopUpInterval':
|
||||
|
||||
Reference in New Issue
Block a user