✨ feat(37需求): 修改返利逻辑
This commit is contained in:
@@ -488,6 +488,11 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
if(!checkNaturalNumbers(msg.activityId, msg.pageIndex, msg.dayIndex)) return false;
|
||||
break;
|
||||
}
|
||||
case 'activity.rebateHandler.receiveReward':
|
||||
{
|
||||
if(!checkNaturalNumbers(msg.activityId, msg.day)) return false;
|
||||
break;
|
||||
}
|
||||
case "battle.barrageHandler.getBarrageList":
|
||||
{
|
||||
if(!checkNaturalStrings(msg.rid)) return false;
|
||||
@@ -2085,6 +2090,7 @@ export function checkRouteParam(route: string, msg: any) {
|
||||
case "chat.chatHandler.debugPushMessage":
|
||||
case "activity.monthlyFundHandler.debugSendMonthlyFundReward":
|
||||
case "activity.bindPhoneHandler.debugSetGiftCodeStatus":
|
||||
case 'activity.rebateHandler.debugSetRebate':
|
||||
|
||||
{
|
||||
if (msg.magicWord !== DEBUG_MAGIC_WORD || !isDevelopEnv()) return false;
|
||||
|
||||
Reference in New Issue
Block a user