✨ feat(重阳集会): 添加纯净召唤接口

This commit is contained in:
zhangxk
2023-09-13 10:42:17 +08:00
parent a0e169d8b3
commit 9f99203d06
5 changed files with 59 additions and 10 deletions
+5
View File
@@ -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':