活动:弹出礼包debug接口

This commit is contained in:
luying
2022-03-31 19:30:14 +08:00
parent 76fe3adb7f
commit af55a44929
3 changed files with 31 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export async function checkPopUpConditions(serverId: number, roleId: string, con
}
}
console.log('##### 6', pushData.length)
await pushActivities(pushData, roleId);
return await pushActivities(pushData, roleId);
}