🧪 test(debug): 新武将关卡添加重置功能

This commit is contained in:
luying
2023-06-09 17:26:37 +08:00
parent 3da910c078
commit ed6810ba23
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -2112,6 +2112,7 @@ export function checkRouteParam(route: string, msg: any) {
case "activity.monthlyFundHandler.debugSendMonthlyFundReward":
case "activity.bindPhoneHandler.debugSetGiftCodeStatus":
case 'activity.rebateHandler.debugSetRebate':
case 'activity.newHeroGKHandler.debugResetGK':
{
if (msg.magicWord !== DEBUG_MAGIC_WORD || !isDevelopEnv()) return false;